Skip to main content

Mappable

Trait Mappable 

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

Dyn Compatibility§

This trait is dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety".

Implementors§

Source§

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