pub type StorageMutRef<'a> = RwLockWriteGuard<'a, Storage>;
pub struct StorageMutRef<'a> { /* private fields */ }