pub trait Storage: BasicStorage + Sync { // Required method fn clone(&self) -> Box<dyn Storage>; }
BasicStorage with Sync and clone.
Clone.
target_family=unix