shadow_rs::utility

Trait IsSend

source
pub trait IsSend: Send { }
Expand description

A trait we can use as a compile-time check to make sure that an object is Send.

Implementors§