SecureElementExt

Trait SecureElementExt 

Source
pub trait SecureElementExt<R: Runtime> {
    // Required method
    fn secure_element(&self) -> &SecureElement<R>;
}
Expand description

Extensions to tauri::App, tauri::AppHandle and tauri::Window to access the secure-element APIs.

Required Methods§

Source

fn secure_element(&self) -> &SecureElement<R>

Implementors§

Source§

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

Available on desktop or mobile only.