pub trait AndroidAutoBluetoothTrait: AndroidAutoMainTrait {
// Required methods
fn do_stuff<'life0, 'async_trait>(
&'life0 self,
) -> Pin<Box<dyn Future<Output = ()> + Send + 'async_trait>>
where Self: 'async_trait,
'life0: 'async_trait;
fn get_config(&self) -> &BluetoothInformation;
}Expand description
A trait that is implemented for users that somehow support bluetooth for their hardware
Required Methods§
Sourcefn do_stuff<'life0, 'async_trait>(
&'life0 self,
) -> Pin<Box<dyn Future<Output = ()> + Send + 'async_trait>>where
Self: 'async_trait,
'life0: 'async_trait,
fn do_stuff<'life0, 'async_trait>(
&'life0 self,
) -> Pin<Box<dyn Future<Output = ()> + Send + 'async_trait>>where
Self: 'async_trait,
'life0: 'async_trait,
Do something
Sourcefn get_config(&self) -> &BluetoothInformation
fn get_config(&self) -> &BluetoothInformation
Get the configuration