Macro windows_quote::format_token[][src]

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

Formatting macro for constructing a TokenStream.


Syntax

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