Enum rtf_parser::LexerError 
source · pub enum LexerError {
    Error(String),
    InvalidLastChar,
}Variants§
Trait Implementations§
source§impl Debug for LexerError
 
impl Debug for LexerError
Auto Trait Implementations§
impl RefUnwindSafe for LexerError
impl Send for LexerError
impl Sync for LexerError
impl Unpin for LexerError
impl UnwindSafe for LexerError
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