Skip to main content

VerificationFuture

Type Alias VerificationFuture 

Source
pub type VerificationFuture<'a> = Pin<Box<dyn Future<Output = Result<VerificationResult, VerificationError>> + Send + 'a>>;
Expand description

The boxed future returned by an object-safe CaptchaVerifier.

Aliased Typeยง

pub struct VerificationFuture<'a> { /* private fields */ }