pub struct ConsoleProgressReporter;Expand description
Simple progress reporter that prints to console
Implementations§
Source§impl ConsoleProgressReporter
impl ConsoleProgressReporter
pub fn default_callback() -> ProgressCallback
Trait Implementations§
Auto Trait Implementations§
impl Freeze for ConsoleProgressReporter
impl RefUnwindSafe for ConsoleProgressReporter
impl Send for ConsoleProgressReporter
impl Sync for ConsoleProgressReporter
impl Unpin for ConsoleProgressReporter
impl UnsafeUnpin for ConsoleProgressReporter
impl UnwindSafe for ConsoleProgressReporter
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