pub type ArrangeWriter<'a> = RwLockWriteGuard<'a, Arrangement>;
Expand description
Simply a type alias for WriteGuard of Arrangement
Aliased Typeยง
struct ArrangeWriter<'a> { /* private fields */ }
pub type ArrangeWriter<'a> = RwLockWriteGuard<'a, Arrangement>;
Simply a type alias for WriteGuard of Arrangement
struct ArrangeWriter<'a> { /* private fields */ }