[][src]Macro squote::format_ident

macro_rules! format_ident {
    ($($fmt:tt)*) => { ... };
}

Formatting macro for constructing Idents.


Syntax

Syntax is copied from the format! macro, supporting both positional and named arguments.