Struct rvs_parser::error::ParseError [] [src]

pub struct ParseError {
    pub description: String,
}

Fields

Methods

impl ParseError
[src]

[src]

Trait Implementations

impl Debug for ParseError
[src]

[src]

Formats the value using the given formatter.

impl Error for ParseError
[src]

[src]

A short description of the error. Read more

[src]

The lower-level cause of this error, if any. Read more

impl Display for ParseError
[src]

[src]

Formats the value using the given formatter. Read more