pub struct HandleErrorTool { /* private fields */ }Expand description
A tool wrapper that catches errors and returns them as string values instead of propagating them.
Implementations§
Trait Implementations§
Source§impl Tool for HandleErrorTool
impl Tool for HandleErrorTool
Auto Trait Implementations§
impl Freeze for HandleErrorTool
impl !RefUnwindSafe for HandleErrorTool
impl Send for HandleErrorTool
impl Sync for HandleErrorTool
impl Unpin for HandleErrorTool
impl UnsafeUnpin for HandleErrorTool
impl !UnwindSafe for HandleErrorTool
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