ProgressWriter

Type Alias ProgressWriter 

Source
pub type ProgressWriter = PipeWriter<ProgressPipe>;

Aliased Type§

pub struct ProgressWriter { /* private fields */ }

Trait Implementations§

Source§

impl PipeLen for ProgressWriter

Source§

fn len_in(&self) -> usize

The number of bytes that are transfered into the pipe if fixed.
Source§

fn len_out(&self) -> usize

The number of bytes that are transfered out of the pipe if fixed.