Skip to main content

SharedStorage

Type Alias SharedStorage 

Source
pub type SharedStorage = Arc<Mutex<Box<dyn StorageBackend + Send + Sync>>>;

Aliased Typeยง

pub struct SharedStorage { /* private fields */ }