pub enum ParseRootError {
ParserError(ParserError),
}
Variants§
ParserError(ParserError)
Trait Implementations§
Source§impl Debug for ParseRootError
impl Debug for ParseRootError
Source§impl From<ParseRootError> for DependencyError
impl From<ParseRootError> for DependencyError
Source§fn from(err: ParseRootError) -> Self
fn from(err: ParseRootError) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for ParseRootError
impl RefUnwindSafe for ParseRootError
impl Send for ParseRootError
impl Sync for ParseRootError
impl Unpin for ParseRootError
impl UnwindSafe for ParseRootError
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