Trait libgatekeeper_sys::NfcTag
source · [−]pub trait NfcTag {
fn authenticate(
&mut self,
nfc_device: &NfcDevice<'_>,
realm: &mut Realm
) -> Result<String, NfcError>;
}pub trait NfcTag {
fn authenticate(
&mut self,
nfc_device: &NfcDevice<'_>,
realm: &mut Realm
) -> Result<String, NfcError>;
}