Skip to main content

StorageMutRef

Type Alias StorageMutRef 

Source
pub type StorageMutRef<'a> = RwLockWriteGuard<'a, Storage>;

Aliased Type§

pub struct StorageMutRef<'a> { /* private fields */ }