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§
fn secure_element(&self) -> &SecureElement<R>
Implementors§
impl<R: Runtime, T: Manager<R>> SecureElementExt<R> for T
Available on
desktop or mobile only.