macro_rules! impl_url_str_field {
    ($(#[doc = $docs:expr])* $name:ident => $param_name:literal) => { ... };
}
Expand description

Implements methods to set a urlencoded string parameter.