script

Macro make_setter

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