Form

Type Alias Form 

Source
pub type Form<'a> = HashMap<&'a str, &'a str>;

Aliased Typeยง

pub struct Form<'a> { /* private fields */ }