pub type BoolFieldChanges = Vec<(ConfigBoolField, bool)>;Expand description
Type alias for a collection of boolean field changes (US-006).
Aliased Typeยง
pub struct BoolFieldChanges { /* private fields */ }pub type BoolFieldChanges = Vec<(ConfigBoolField, bool)>;Type alias for a collection of boolean field changes (US-006).
pub struct BoolFieldChanges { /* private fields */ }