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