Struct bstring::bfmt::ParseError [] [src]

pub struct ParseError {
    pub kind: ParseErrorKind,
    pub index: usize,
}

Represents an error parsing a format string.

Fields

Kind of error encountered

Offset of format string at which the error was encountered

Trait Implementations

impl Debug for ParseError
[src]

Formats the value using the given formatter.

impl Display for ParseError
[src]

Formats the value using the given formatter. Read more