macro_rules! post_input {
($request:expr, {$($field:ident: $ty:ty $({$config:expr})*),*$(,)*}) => { ... };
}
Expand description
Parse input from HTML forms. See the post
module for general
documentation.
macro_rules! post_input {
($request:expr, {$($field:ident: $ty:ty $({$config:expr})*),*$(,)*}) => { ... };
}
Parse input from HTML forms. See the post
module for general
documentation.