Expand description
The error returned by the pack generation function to_entry_iter()
.
Variants
FindExisting(FindErr)
NewEntry(Error)
Trait Implementations
sourceimpl<FindErr> Error for Error<FindErr>where
FindErr: Error + 'static,
FindErr: Error,
Self: Debug + Display,
impl<FindErr> Error for Error<FindErr>where
FindErr: Error + 'static,
FindErr: Error,
Self: Debug + Display,
sourcefn source(&self) -> Option<&(dyn Error + 'static)>
fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more
1.0.0 · sourcefn description(&self) -> &str
fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()
Auto Trait Implementations
impl<FindErr> !RefUnwindSafe for Error<FindErr>
impl<FindErr> Send for Error<FindErr>where
FindErr: Send,
impl<FindErr> Sync for Error<FindErr>where
FindErr: Sync,
impl<FindErr> Unpin for Error<FindErr>where
FindErr: Unpin,
impl<FindErr> !UnwindSafe for Error<FindErr>
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more