Skip to main content

ProgressSink

Trait ProgressSink 

Source
pub trait ProgressSink: Send + Sync {
    // Required method
    fn emit(&self, event: DiffProgress);
}
Expand description

Anything that can receive progress events.

Required Methods§

Source

fn emit(&self, event: DiffProgress)

Implementors§