Trait otter_api_tests::progress::OriginatorExt [−][src]
pub trait OriginatorExt {
fn phase_item<'p, 'e, P, E>(&mut self, phase: P, item: E)
where
E: Into<Count<'e>>,
P: Into<Count<'p>>;
fn phase<'p, P>(&mut self, phase: P, len: usize)
where
P: Into<Count<'p>>;
fn item<'s, S>(&mut self, item: usize, desc: S)
where
S: Into<Cow<'s, str>>;
}Required methods
fn phase_item<'p, 'e, P, E>(&mut self, phase: P, item: E) where
E: Into<Count<'e>>,
P: Into<Count<'p>>,