Enum cttt_parser::StrictParseError
source · pub enum StrictParseError {
UnknownCommand(Vec<UnknownCommandError>),
Pest(Error<Rule>),
}
Variants§
Auto Trait Implementations§
impl RefUnwindSafe for StrictParseError
impl Send for StrictParseError
impl Sync for StrictParseError
impl Unpin for StrictParseError
impl UnwindSafe for StrictParseError
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more