pub struct JustError;
Expand description
Treats panic as just error
Only panic’s payload gets printed to stderr
Trait Implementations§
Source§impl PanicFormat for JustError
impl PanicFormat for JustError
Auto Trait Implementations§
impl Freeze for JustError
impl RefUnwindSafe for JustError
impl Send for JustError
impl Sync for JustError
impl Unpin for JustError
impl UnwindSafe for JustError
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