Trait std::marker::SendStable [-] [+] [src]

pub unsafe trait Send: MarkerTrait where Self: MarkerTrait { }

Types able to be transferred across thread boundaries.

Implementors