pub type DecryptBE32BufReader<A, B, W> = DecryptBufReader<A, B, W, StreamBE32<A>>;Expand description
Convenience type for constructing a BufReader with a StreamBE32
Aliased Typeยง
pub struct DecryptBE32BufReader<A, B, W> { /* private fields */ }pub type DecryptBE32BufReader<A, B, W> = DecryptBufReader<A, B, W, StreamBE32<A>>;Convenience type for constructing a BufReader with a StreamBE32
pub struct DecryptBE32BufReader<A, B, W> { /* private fields */ }