hir_expand::builtin

Module quote

Source
Expand description

A simplified version of quote-crate like quasi quote macro

Re-exports§

  • pub use quote_impl__ as __quote;

Structs§

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

Traits§