pub type Reader = Box<dyn AsyncRead + Send + Sync + Unpin + 'static>;
struct Reader(/* private fields */);