pub struct Simple;
Expand description
Simple configuration that should be generic.
For prefix it is constant string Panic:
For PanicInfo
it writes {file}:{line} - {payload}
For suffix it is \n
For backtrace it is noop
As PanicFormat all above together.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Simple
impl RefUnwindSafe for Simple
impl Send for Simple
impl Sync for Simple
impl Unpin for Simple
impl UnwindSafe for Simple
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