Macro width_generator

Source
macro_rules! width_generator {
    ($width:tt) => { ... };
}