pub type ReadHandle<T, U> = OwnedRwLockReadGuard<T, U>;
pub struct ReadHandle<T, U> { /* private fields */ }