Module quote

Source
Expand description

The quote! macro for turning code blocks into source tokens.

See crate ::quote.

Macros§

format_ident
Formatting macro for constructing Idents.
quote
The whole point.
quote_spanned
Same as quote!, but applies a given span to all tokens originating within the macro invocation.

Traits§

IdentFragment
Specialized formatting trait used by format_ident!.
ToTokens
Types that can be interpolated inside a quote! invocation.
TokenStreamExt
TokenStream extension trait with methods for appending tokens.