pub struct LogProgressHandler;
Expand description
Logger that integrates with the standard log crate
Trait Implementations§
Source§impl ProgressHandler for LogProgressHandler
impl ProgressHandler for LogProgressHandler
Source§fn handle_progress(&self, event: ProgressEvent)
fn handle_progress(&self, event: ProgressEvent)
Handle a progress event
Auto Trait Implementations§
impl Freeze for LogProgressHandler
impl RefUnwindSafe for LogProgressHandler
impl Send for LogProgressHandler
impl Sync for LogProgressHandler
impl Unpin for LogProgressHandler
impl UnwindSafe for LogProgressHandler
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