Macro script::make_bool_setter

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