make_limited_uint_setter

Macro make_limited_uint_setter 

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