Macro fmt_over_ref

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