Skip to main content

BluetoothManagerExt

Trait BluetoothManagerExt 

Source
pub trait BluetoothManagerExt<R: Runtime> {
    // Required method
    fn bluetooth_manager(&self) -> &BluetoothManager;
}

Required Methods§

Source

fn bluetooth_manager(&self) -> &BluetoothManager

Dyn Compatibility§

This trait is dyn compatible.

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

Implementors§