pub trait CloneableStorage: Any + Send + Sync { }
Expand description

Storage type that allows cloning a TypeMap if the values inside it all implement Clone.

Trait Implementations

Returns a copy of the value. Read more
Performs copy-assignment from source. Read more

Implementors