ArrangeWriter

Type Alias ArrangeWriter 

Source
pub type ArrangeWriter<'a> = RwLockWriteGuard<'a, Arrangement>;
Expand description

Simply a type alias for WriteGuard of Arrangement

Aliased Typeยง

pub struct ArrangeWriter<'a> { /* private fields */ }