Macro min_width_generator

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