pub struct Error_t;
Expand description
A tag type to disambiguate between ChainError
trait implementations for
Error<T>
and just for T
.
Auto Trait Implementations§
impl Freeze for Error_t
impl RefUnwindSafe for Error_t
impl Send for Error_t
impl Sync for Error_t
impl Unpin for Error_t
impl UnwindSafe for Error_t
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