Trait PlatformSendInner

Source
pub trait PlatformSendInner: Send { }

Implementors§

Source§

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