[][src]Trait rocket_recaptcha_v3::ReCaptchaVariant

pub trait ReCaptchaVariant: Sync + Send + 'static {
    fn get_version_str(&self) -> &'static str;
}

Required methods

fn get_version_str(&self) -> &'static str

Loading content...

Implementors

impl ReCaptchaVariant for V2[src]

impl ReCaptchaVariant for V3[src]

Loading content...