pub type CaptchaResult = Result<CaptchaSolution, CaptchaError>;Expand description
Common result type returned by captcha providers.
Aliased Type§
pub enum CaptchaResult {
Ok(CaptchaSolution),
Err(CaptchaError),
}pub type CaptchaResult = Result<CaptchaSolution, CaptchaError>;Common result type returned by captcha providers.
pub enum CaptchaResult {
Ok(CaptchaSolution),
Err(CaptchaError),
}