Struct usiagent::OnErrorHandler
source · [−]pub struct OnErrorHandler<L>where
L: Logger,{ /* private fields */ }Expand description
エラーを受け取ってロガーで出力する構造体
Implementations
Auto Trait Implementations
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
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more