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
_hyphen: SymbolToken
_error: AtomToken
_open_paren: SymbolToken
message: StringToken
_close_paren: SymbolToken
_dot: SymbolToken
Trait Implementations
impl Debug for Error[src]
impl Clone for Error[src]
fn clone(&self) -> Error
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0
Performs copy-assignment from source. Read more
impl PositionRange for Error[src]
fn start_position(&self) -> Position
Returns the (inclusive) start position of this.
fn end_position(&self) -> Position
Returns the (exclusive) end position of this.