Type Alias TextField

Source
pub type TextField<S> = Field<String, S>;

Aliased Typeยง

struct TextField<S> { /* private fields */ }