tauri_plugin_biometric

Trait BiometricExt

source
pub trait BiometricExt<R: Runtime> {
    // Required method
    fn biometric(&self) -> &Biometric<R>;
}
Expand description

Extensions to tauri::App, tauri::AppHandle, tauri::WebviewWindow, tauri::Webview and tauri::Window to access the biometric APIs.

Required Methods§

source

fn biometric(&self) -> &Biometric<R>

Implementors§

source§

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