Enum opening_hours_syntax::error::Error [−][src]
pub enum Error {
Parser(Error<Rule>),
Unsupported(&'static str),
Overflow {
value: String,
expected: String,
},
}Variants
Parser(Error<Rule>)Tuple Fields of Parser
0: Error<Rule>Unsupported(&'static str)Tuple Fields of Unsupported
0: &'static strTrait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Error
impl UnwindSafe for Error
Blanket Implementations
Mutably borrows from an owned value. Read more