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

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

Methods

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

[src]

Trait Implementations

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

[src]

Create an expression.

[src]

Create a pattern.

[src]

[src]

Create zero or more statements. Read more

[src]

Create zero or more items.

[src]

Create zero or more trait items.

[src]

Create zero or more impl items.

Auto Trait Implementations

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

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