Enum micro_errors::ErrorLink
source · pub enum ErrorLink {
Severed(Backtrace),
Continued(String, Box<ErrorLink>),
}
👎Deprecated since 0.3.0: use
NextLink
insteadVariants§
Severed(Backtrace)
👎Deprecated since 0.3.0: use
NextLink
insteadContinued(String, Box<ErrorLink>)
👎Deprecated since 0.3.0: use
NextLink
insteadImplementations§
Trait Implementations§
Auto Trait Implementations§
impl !Freeze for ErrorLink
impl RefUnwindSafe for ErrorLink
impl Send for ErrorLink
impl Sync for ErrorLink
impl Unpin for ErrorLink
impl UnwindSafe for ErrorLink
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