MMItem

Trait MMItem 

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

Implementors§

Source§

impl<T: Sync + Send + 'static> MMItem for T