DecryptLE31BufReader

Type Alias DecryptLE31BufReader 

Source
pub type DecryptLE31BufReader<A, B, W> = DecryptBufReader<A, B, W, StreamLE31<A>>;
Expand description

Convenience type for constructing a BufReader with a StreamLE31

Aliased Typeยง

pub struct DecryptLE31BufReader<A, B, W> { /* private fields */ }