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