Trait xwt_core::utils::maybe::Send

source ·
pub trait Send: Send { }

Implementors§

source§

impl<T> Send for T
where T: Send,