pub struct OnErrorHandler<L>where
L: Logger,{ /* private fields */ }Expand description
エラーを受け取ってロガーで出力する構造体
Implementations§
Auto Trait Implementations§
impl<L> Freeze for OnErrorHandler<L>
impl<L> RefUnwindSafe for OnErrorHandler<L>
impl<L> Send for OnErrorHandler<L>where
L: Send,
impl<L> Sync for OnErrorHandler<L>where
L: Send,
impl<L> Unpin for OnErrorHandler<L>
impl<L> UnwindSafe for OnErrorHandler<L>
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