Struct syntax::ast::MacroDef[][src]

pub struct MacroDef {
    pub tokens: ThinTokenStream,
    pub legacy: bool,
}

Fields

Methods

impl MacroDef
[src]

Trait Implementations

impl Clone for MacroDef
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Encodable for MacroDef
[src]

impl Decodable for MacroDef
[src]

impl Debug for MacroDef
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl !Send for MacroDef

impl !Sync for MacroDef