pub type Response<T> = BoxFuture<'static, Result<T, PinError>>;
pub struct Response<T> { /* private fields */ }