pub type SharedStore = Arc<Mutex<RvfStore>>;
Shared server state: the store behind a mutex.
pub struct SharedStore { /* private fields */ }