Skip to main content

TextFieldChanges

Type Alias TextFieldChanges 

Source
pub type TextFieldChanges = Vec<(ConfigTextField, String)>;
Expand description

Type alias for a collection of text field changes (US-007).

Aliased Typeยง

pub struct TextFieldChanges { /* private fields */ }