Struct erl_pp::directives::Warning [] [src]

pub struct Warning {
    pub _hyphen: SymbolToken,
    pub _warning: AtomToken,
    pub _open_paren: SymbolToken,
    pub message: StringToken,
    pub _close_paren: SymbolToken,
    pub _dot: SymbolToken,
}

warning directive.

See 9.6 -error() and -warning() directives for detailed information.

Fields

Trait Implementations

impl Debug for Warning
[src]

Formats the value using the given formatter.

impl Clone for Warning
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PositionRange for Warning
[src]

Returns the (inclusive) start position of this.

Returns the (exclusive) end position of this.

impl Display for Warning
[src]

Formats the value using the given formatter. Read more