Struct erl_pp::types::MacroArgs [] [src]

pub struct MacroArgs {
    pub _open_paren: SymbolToken,
    pub list: List<MacroArg>,
    pub _close_paren: SymbolToken,
}

Macro arguments.

Fields

Methods

impl MacroArgs
[src]

Returns an iterator which iterates over this arguments.

Returns the number of this arguments.

Trait Implementations

impl Debug for MacroArgs
[src]

Formats the value using the given formatter.

impl Clone for MacroArgs
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PositionRange for MacroArgs
[src]

Returns the (inclusive) start position of this.

Returns the (exclusive) end position of this.

impl Display for MacroArgs
[src]

Formats the value using the given formatter. Read more