Struct erl_pp::types::MacroArg [] [src]

pub struct MacroArg {
    pub tokens: Vec<LexicalToken>,
}

Macro argument.

Fields

Tokens which represent a macro argument.

Note that this must not be empty.

Trait Implementations

impl Debug for MacroArg
[src]

Formats the value using the given formatter.

impl Clone for MacroArg
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PositionRange for MacroArg
[src]

Returns the (inclusive) start position of this.

Returns the (exclusive) end position of this.

impl Display for MacroArg
[src]

Formats the value using the given formatter. Read more