Macro fmt

Source
macro_rules! fmt {
    (type $lt: lifetime) => { ... };
    (type) => { ... };
}