Trait pi_share::ThreadSend

source ·
pub trait ThreadSend: Send { }

Implementors§

source§

impl<T: Send> ThreadSend for T