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