pub type AsyncReadRef = Pin<Box<dyn AsyncRead>>;
async
Common reference type for AsyncRead.
#[repr(transparent)]pub struct AsyncReadRef { /* private fields */ }