Type Alias ProgressReader

Source
pub type ProgressReader = PipeReader<ProgressPipe>;

Aliased Type§

pub struct ProgressReader { /* private fields */ }

Trait Implementations§

Source§

impl PipeLen for ProgressReader

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.