Module quote

Source
Expand description

A simplified version of quote-crate like quasi quote macro

Re-exports§

pub use quote_impl__ as __quote;

Structs§

WithDelimiter
Wraps TokenTreesView with a delimiter (a subtree, but without allocating).

Traits§

ToTokenTree