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