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

Implements methods to set a urlencoded parameter of a specified type.