CaptchaResult

Type Alias CaptchaResult 

Source
pub type CaptchaResult = Result<CaptchaSolution, CaptchaError>;
Expand description

Common result type returned by captcha providers.

Aliased Type§

pub enum CaptchaResult {
    Ok(CaptchaSolution),
    Err(CaptchaError),
}

Variants§

§1.0.0

Ok(CaptchaSolution)

Contains the success value

§1.0.0

Err(CaptchaError)

Contains the error value