flow::utils

Type Alias ArrangeWriter

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

Simply a type alias for WriteGuard of Arrangement

Aliased Typeยง

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