Expand description
The quote!
macro for turning code blocks into source tokens.
See crate ::quote
.
Macros§
- format_
ident - Formatting macro for constructing
Ident
s. - quote
- The whole point.
- quote_
spanned - Same as
quote!
, but applies a given span to all tokens originating within the macro invocation.
Traits§
- Ident
Fragment - Specialized formatting trait used by
format_ident!
. - ToTokens
- Types that can be interpolated inside a
quote!
invocation. - Token
Stream Ext - TokenStream extension trait with methods for appending tokens.