Struct erl_pp::types::MacroVariables [] [src]

pub struct MacroVariables {
    pub _open_paren: SymbolToken,
    pub list: List<VariableToken>,
    pub _close_paren: SymbolToken,
}

Macro variables.

Fields

Methods

impl MacroVariables
[src]

Returns an iterator which iterates over this variables.

Returns the number of this variables.

Trait Implementations

impl Debug for MacroVariables
[src]

Formats the value using the given formatter.

impl Clone for MacroVariables
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PositionRange for MacroVariables
[src]

Returns the (inclusive) start position of this.

Returns the (exclusive) end position of this.

impl Display for MacroVariables
[src]

Formats the value using the given formatter. Read more