Trait Shareable

Source
pub trait Shareable:
    Send
    + Sync
    + 'static { }

Implementors§

Source§

impl<T> Shareable for T
where T: Send + Sync + 'static,