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