BleExt

Trait BleExt 

Source
pub trait BleExt<R: Runtime> {
    // Required method
    fn ble(&self) -> &Ble<R>;
}
Expand description

Extensions to tauri::App, tauri::AppHandle and tauri::Window to access the ble APIs.

Required Methods§

Source

fn ble(&self) -> &Ble<R>

Implementors§

Source§

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