pub type AsyncReadRef = Pin<Box<dyn AsyncRead>>;
async
Common reference type for AsyncRead.
pub struct AsyncReadRef { /* private fields */ }