pub trait Store: Clone + Send + Sync { }
Expand description

A transactional persistent data store, i.e. a File or Dir.

Implementors