NfcTag

Trait NfcTag 

Source
pub trait NfcTag {
    // Required method
    fn authenticate(
        &mut self,
        nfc_device: &NfcDevice<'_>,
        realm: &mut Realm,
    ) -> Result<String, NfcError>;
}

Required Methods§

Source

fn authenticate( &mut self, nfc_device: &NfcDevice<'_>, realm: &mut Realm, ) -> Result<String, NfcError>

Implementors§