Struct erl_pp::MacroCall [] [src]

pub struct MacroCall {
    pub _question: SymbolToken,
    pub name: MacroName,
    pub args: Option<MacroArgs>,
}

Macro call.

Fields

Trait Implementations

impl Debug for MacroCall
[src]

Formats the value using the given formatter.

impl Clone for MacroCall
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PositionRange for MacroCall
[src]

Returns the (inclusive) start position of this.

Returns the (exclusive) end position of this.

impl Display for MacroCall
[src]

Formats the value using the given formatter. Read more