Struct ucglib::error::Error
[−]
[src]
pub struct Error {
pub err_type: ErrorType,
pub pos: Position,
pub msg: String,
// some fields omitted
}Error defines an Error type for parsing and building UCG code.
Fields
err_type: ErrorType
pos: Position
msg: String
Methods
impl Error[src]
Trait Implementations
impl Debug for Error[src]
fn fmt(&self, w: &mut Formatter) -> Result[src]
Formats the value using the given formatter. Read more
impl Display for Error[src]
fn fmt(&self, w: &mut Formatter) -> Result[src]
Formats the value using the given formatter. Read more