windows_tokensMacro format_token
Source 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.