Trait NfcExt

Source
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.

Required Methods§

Source

fn nfc(&self) -> &Nfc<R>

Implementors§

Source§

impl<R: Runtime, T: Manager<R>> NfcExt<R> for T