Type Definition ioc::WriteGuard [] [src]

type WriteGuard<'a, T, Base: ?Sized> = Guard<T, RwLockWriteGuard<'a, Box<Base>>>;