pub type CaptchaResult<V> = Result<V, CaptchaError>;Expand description
Result datatype for libmcaptcha
Aliased Type§
pub enum CaptchaResult<V> {
Ok(V),
Err(CaptchaError),
}pub type CaptchaResult<V> = Result<V, CaptchaError>;Result datatype for libmcaptcha
pub enum CaptchaResult<V> {
Ok(V),
Err(CaptchaError),
}