Macro margin_generator

Source
macro_rules! margin_generator {
    ($margin:tt) => { ... };
}