Macro windows_gen::format_ident[][src]

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

Formatting macro for constructing Idents.


Syntax

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