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