Struct form_data::Array
[−]
[src]
pub struct Array { /* fields omitted */ }A definition of an array of type Field to be parsed from form data.
The Array type should only be constructed in the context of a Form. See the Form
documentation for more information.
Trait Implementations
impl Debug for Array[src]
fn fmt(&self, __arg_0: &mut Formatter) -> Result[src]
Formats the value using the given formatter. Read more