Type Definition ioc::ReadGuard [] [src]

type ReadGuard<'a, T, Base: ?Sized> = Guard<T, RwLockReadGuard<'a, Box<Base>>>;