Struct erl_pp::directives::Error [] [src]

pub struct Error {
    pub _hyphen: SymbolToken,
    pub _error: AtomToken,
    pub _open_paren: SymbolToken,
    pub message: StringToken,
    pub _close_paren: SymbolToken,
    pub _dot: SymbolToken,
}

error directive.

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

Fields

Trait Implementations

impl Debug for Error
[src]

Formats the value using the given formatter.

impl Clone for Error
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PositionRange for Error
[src]

Returns the (inclusive) start position of this.

Returns the (exclusive) end position of this.

impl Display for Error
[src]

Formats the value using the given formatter. Read more