pub type ChunkFuture<'a> = Pin<Box<dyn MaybeSendFuture<Result<(), HttpError>> + 'a>>;
pub struct ChunkFuture<'a> { /* private fields */ }