pub struct PrintProgressCallback;Expand description
Simple progress callback that prints to stdout
Trait Implementations§
Source§impl ProgressCallback for PrintProgressCallback
impl ProgressCallback for PrintProgressCallback
fn on_progress<'life0, 'life1, 'async_trait>(
&'life0 self,
progress: &'life1 GraphBuildProgress,
) -> Pin<Box<dyn Future<Output = ()> + Send + 'async_trait>>where
Self: 'async_trait,
'life0: 'async_trait,
'life1: 'async_trait,
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