Macro script::make_setter

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