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