pub trait Store: Clone + Send + Sync { }
A transactional persistent data store, i.e. a File or Dir.
File
Dir