Trait WebAuthnInterface

Source
pub trait WebAuthnInterface {
    // Required method
    fn webauthn(&self) -> &Webauthn;
}

Required Methods§

Source

fn webauthn(&self) -> &Webauthn

Implementors§