pub trait BluetoothManagerExt<R: Runtime> {
// Required method
fn bluetooth_manager(&self) -> &BluetoothManager;
}Required Methods§
fn bluetooth_manager(&self) -> &BluetoothManager
Dyn Compatibility§
This trait is dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety".