macro_rules! derive_form_input {
($input:ident) => { ... };
}
Expand description
Creates a new form input to be used in a StructForm.
macro_rules! derive_form_input {
($input:ident) => { ... };
}
Creates a new form input to be used in a StructForm.