macro_rules! impl_url_vec_field {
($(#[doc = $docs:expr])* $name:ident => $param_name:literal) => { ... };
}
Expand description
Implements methods to set a urlencoded parameter of a sequence of items.
macro_rules! impl_url_vec_field {
($(#[doc = $docs:expr])* $name:ident => $param_name:literal) => { ... };
}
Implements methods to set a urlencoded parameter of a sequence of items.