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