pub type OutputSession<'a, T, C> = ProgressSession<'a, T, C, Counter<T, Tee<T, C>>>;Expand description
An output session that will flush the output when dropped.
Aliased Typeยง
pub struct OutputSession<'a, T, C> { /* private fields */ }pub type OutputSession<'a, T, C> = ProgressSession<'a, T, C, Counter<T, Tee<T, C>>>;An output session that will flush the output when dropped.
pub struct OutputSession<'a, T, C> { /* private fields */ }