Enum rtf_parser::ParserError
source · pub enum ParserError {
InvalidToken(String),
IgnorableDestinationParsingError,
MalformedPainterStack,
InvalidFontIdentifier(Property),
NoMoreToken,
}
Variants§
InvalidToken(String)
IgnorableDestinationParsingError
MalformedPainterStack
InvalidFontIdentifier(Property)
NoMoreToken
Trait Implementations§
source§impl Debug for ParserError
impl Debug for ParserError
Auto Trait Implementations§
impl RefUnwindSafe for ParserError
impl Send for ParserError
impl Sync for ParserError
impl Unpin for ParserError
impl UnwindSafe for ParserError
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