Struct queryst::ParseError [] [src]

pub struct ParseError {
    pub kind: ParseErrorKind,
    pub message: String,
}

Fields

kind: ParseErrorKind message: String

Trait Implementations

impl Debug for ParseError
[src]

fn fmt(&self, __arg_0: &mut Formatter) -> Result

Formats the value using the given formatter.