script

Macro make_bool_setter

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