Skip to main content

Bluetooth

Trait Bluetooth 

Source
pub trait Bluetooth {
    // Required methods
    fn hw_address(&self) -> Result<String, Error>;
    fn bt_capabilities(&self) -> Result<NMBluetoothCapabilities, Error>;
    fn name(&self) -> Result<String, Error>;
}

Required Methods§

Dyn Compatibility§

This trait is dyn compatible.

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

Implementors§