pub type ReadStream<'a> = Pin<Box<dyn AsyncRead + Send + 'a>>;
A stream of bytes from some data source.