pub(crate) type ResponseValidationFuture = Pin<Box<dyn Future<Output = Result<Arc<dyn Any + Send + Sync + 'static>, Error>> + Send + Sync + 'static>>;
Expand description
A type alias for the future that validates a response
Aliased Typeยง
#[repr(transparent)]pub(crate) struct ResponseValidationFuture { /* private fields */ }