Module ligen::proc_macro::prelude[][src]

Expand description

proc-macro prelude. It’s internally used by the procedural macro functions.

Structs

Context struct.

An abstract stream of tokens, or more concretely a sequence of token trees.

Traits

Generator trait.

TokenStream extension trait with methods for appending tokens.

An attempted conversion that consumes self, which may or may not be expensive.