Macro fmt_over

Source
macro_rules! fmt_over {
    ($dst:expr, $($arg:tt)*) => { ... };
}