Type Alias Output

Source
pub type Output<T, C> = Progress<T, Counter<T, Tee<T, C>>>;
Expand description

An output pusher which validates capabilities, records progress, and tees output.

Aliased Typeยง

pub struct Output<T, C> { /* private fields */ }