Skip to main content

SharedStore

Type Alias SharedStore 

Source
pub type SharedStore = Arc<Mutex<RvfStore>>;
Expand description

Shared server state: the store behind a mutex.

Aliased Typeยง

pub struct SharedStore { /* private fields */ }