pub type LazyBytes = Pin<Box<dyn Future<Output = Result<Bytes, Error>> + Send>>;
pub struct LazyBytes { /* private fields */ }