Struct syntax::ext::tt::macro_rules::ParserAnyMacro[][src]

pub struct ParserAnyMacro<'a> { /* fields omitted */ }

Methods

impl<'a> ParserAnyMacro<'a>
[src]

Trait Implementations

impl<'a> MacResult for ParserAnyMacro<'a>
[src]

Create an expression.

Create a pattern.

Create zero or more statements. Read more

Create zero or more items.

Create zero or more trait items.

Create zero or more impl items.

Create zero or more items in an extern {} block

Auto Trait Implementations

impl<'a> !Send for ParserAnyMacro<'a>

impl<'a> !Sync for ParserAnyMacro<'a>