Function async_new

Source
pub fn async_new<R, H>(inner: R) -> AsyncReader<R, H>
where R: AsyncReadExt, H: Hash,
Available on crate feature async-runtime-tokio only.
Expand description

Creates new AsyncReader.