Skip to main content

BiometryExt

Trait BiometryExt 

Source
pub trait BiometryExt<R: Runtime> {
    // Required method
    fn biometry(&self) -> &Biometry<R>;
}
Expand description

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

Required Methods§

Source

fn biometry(&self) -> &Biometry<R>

Dyn Compatibility§

This trait is dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety".

Implementors§

Source§

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