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