AsyncReader

Type Alias AsyncReader 

Source
pub type AsyncReader<R> = AsyncReader<R, SHA1>;
Available on crate features reader and async-runtime-tokio only.
Expand description

A specialized AsyncReader type with the SHA1 hash algorithm.

Aliased Typeยง

pub struct AsyncReader<R> { /* private fields */ }