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.
pub trait BleExt<R: Runtime> {
// Required method
fn ble(&self) -> &Ble<R>;
}Extensions to tauri::App, tauri::AppHandle and tauri::Window to access the ble APIs.