pub struct CallbackOutput { /* private fields */ }Expand description
回调输出器:将日志行传入闭包处理
Implementations§
Trait Implementations§
Source§impl Debug for CallbackOutput
impl Debug for CallbackOutput
Auto Trait Implementations§
impl !RefUnwindSafe for CallbackOutput
impl !UnwindSafe for CallbackOutput
impl Freeze for CallbackOutput
impl Send for CallbackOutput
impl Sync for CallbackOutput
impl Unpin for CallbackOutput
impl UnsafeUnpin for CallbackOutput
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