Struct queryst_prime::ParseError [] [src]

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

Fields

Trait Implementations

impl Debug for ParseError
[src]

Formats the value using the given formatter.