pub struct LoggingProgressCallback;Expand description
Logging callback for CLI environments
Prints progress updates to the console.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for LoggingProgressCallback
impl RefUnwindSafe for LoggingProgressCallback
impl Send for LoggingProgressCallback
impl Sync for LoggingProgressCallback
impl Unpin for LoggingProgressCallback
impl UnsafeUnpin for LoggingProgressCallback
impl UnwindSafe for LoggingProgressCallback
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