Crate windows_tokens

Source

Macros§

format_token
Formatting macro for constructing a TokenStream.
quote
The whole point.

Structs§

Literal
A literal of some sort
TokenStream
A stream of tokens

Enums§

Delimiter
A delimiter around a block of code

Traits§

ToTokens
Types that can be interpolated inside a quote! invocation.