pub trait Storage: BasicStorage + Sync { }
BasicStorage that can be shared between threads.
target_family=unix