pub struct PrintProgressCallback;
Expand description
A simple progress callback that prints to stdout
Trait Implementations§
Source§impl Debug for PrintProgressCallback
impl Debug for PrintProgressCallback
Source§impl ProgressCallback for PrintProgressCallback
impl ProgressCallback for PrintProgressCallback
Source§fn on_progress(&self, progress: &Progress)
fn on_progress(&self, progress: &Progress)
Called when progress is made during a file operation Read more
Auto Trait Implementations§
impl Freeze for PrintProgressCallback
impl RefUnwindSafe for PrintProgressCallback
impl Send for PrintProgressCallback
impl Sync for PrintProgressCallback
impl Unpin for PrintProgressCallback
impl UnwindSafe for PrintProgressCallback
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