Enum erl_pp::MacroDef [] [src]

pub enum MacroDef {
    Static(Define),
    Dynamic(Vec<LexicalToken>),
}

Macro Definition.

Variants

Methods

impl MacroDef
[src]

Returns true if this macro has variables, otherwise false.

Trait Implementations

impl Debug for MacroDef
[src]

Formats the value using the given formatter.

impl Clone for MacroDef
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more