Macro max_width_generator

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