Macro script::make_url_setter

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