Type Definition CaptchaResult
m_captcha::errors
type CaptchaResult<V> = Result<V, CaptchaError>;
Result datatype for m_captcha