Trait shadow_rs::utility::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§