Enum honestintervals::ParseIntervalSetError [] [src]

pub enum ParseIntervalSetError {
    MissingOpeningBraces,
    MissingClosingBraces,
    IntervalsParseError,
}

Interval set parsing error enum.

Variants

The first character of the strict is anything other than '{'.

The first character of the strict is anything other than '}'.

There was an error while parsing an interval.

Trait Implementations

impl Debug for ParseIntervalSetError
[src]

Formats the value using the given formatter.