Trait otter::progress::Originator[][src]

pub trait Originator {
    fn report(&mut self, info: ProgressInfo<'_>);
fn phase_begin_(&mut self, phase: Count<'_>, len: usize);
fn item_(&mut self, item: usize, desc: Cow<'_, str>); }

Required methods

Trait Implementations

Implementations on Foreign Types

Implementors