Enum erl_pp::Directive [] [src]

pub enum Directive {
    Include(Include),
    IncludeLib(IncludeLib),
    Define(Define),
    Undef(Undef),
    Ifdef(Ifdef),
    Ifndef(Ifndef),
    Else(Else),
    Endif(Endif),
    Error(Error),
    Warning(Warning),
}

Macro directive.

Variants

Trait Implementations

impl Debug for Directive
[src]

Formats the value using the given formatter.

impl Clone for Directive
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PositionRange for Directive
[src]

Returns the (inclusive) start position of this.

Returns the (exclusive) end position of this.

impl Display for Directive
[src]

Formats the value using the given formatter. Read more