Skip to main content

Mappable

Trait Mappable 

Source
pub trait Mappable:
    Any
    + Send
    + Sync { }

Implementors§

Source§

impl<T> Mappable for T
where T: Any + Send + Sync,