Macro script::make_uint_setter
source ยท macro_rules! make_uint_setter { ($attr:ident, $htmlname:tt, $default:expr) => { ... }; ($attr:ident, $htmlname:tt) => { ... }; }
macro_rules! make_uint_setter { ($attr:ident, $htmlname:tt, $default:expr) => { ... }; ($attr:ident, $htmlname:tt) => { ... }; }