Trait core::marker::Send [] [src]

pub unsafe trait Send { }

Types that can be transferred across thread boundaries.

This trait is automatically derived when the compiler determines it's appropriate.

Implementors