macro_rules! make_url_setter {
    ( $attr:ident, $htmlname:tt ) => { ... };
}