pub struct ConsoleLoggerHook;Implementations§
Trait Implementations§
Source§impl Hook for ConsoleLoggerHook
impl Hook for ConsoleLoggerHook
type Error = Infallible
fn on_event<'life0, 'life1, 'life2, 'async_trait>(
&'life0 self,
event: &'life1 HookEvent<'life2>,
) -> Pin<Box<dyn Future<Output = Result<(), Self::Error>> + Send + 'async_trait>>where
Self: 'async_trait,
'life0: 'async_trait,
'life1: 'async_trait,
'life2: 'async_trait,
Auto Trait Implementations§
impl Freeze for ConsoleLoggerHook
impl RefUnwindSafe for ConsoleLoggerHook
impl Send for ConsoleLoggerHook
impl Sync for ConsoleLoggerHook
impl Unpin for ConsoleLoggerHook
impl UnsafeUnpin for ConsoleLoggerHook
impl UnwindSafe for ConsoleLoggerHook
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