pub type ReadFut = Pin<Box<dyn Future<Output = Result<MessageSlice>> + Send>>;
pub struct ReadFut { /* private fields */ }