pub trait NfcExt<R: Runtime> {
// Required method
fn nfc(&self) -> &Nfc<R>;
}Expand description
Extensions to tauri::App, tauri::AppHandle, tauri::WebviewWindow, tauri::Webview and tauri::Window to access the NFC APIs.
pub trait NfcExt<R: Runtime> {
// Required method
fn nfc(&self) -> &Nfc<R>;
}Extensions to tauri::App, tauri::AppHandle, tauri::WebviewWindow, tauri::Webview and tauri::Window to access the NFC APIs.