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