Enum ezno_parser::FromFileError
source · pub enum FromFileError {
FileError(Error),
ParseError(ParseError, SourceId),
}
Variants§
FileError(Error)
ParseError(ParseError, SourceId)
Trait Implementations§
Auto Trait Implementations§
impl !RefUnwindSafe for FromFileError
impl Send for FromFileError
impl Sync for FromFileError
impl Unpin for FromFileError
impl !UnwindSafe for FromFileError
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