Trait AutoTraits

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

Implementors§

Source§

impl<_INNER> AutoTraits for _INNER
where _INNER: Send + Sync + 'static,