Type Alias bluetooth_traits::BluetoothResponseResult
source · pub type BluetoothResponseResult = Result<BluetoothResponse, BluetoothError>;
Aliased Type§
enum BluetoothResponseResult {
Ok(BluetoothResponse),
Err(BluetoothError),
}
Variants§
Ok(BluetoothResponse)
Contains the success value
Err(BluetoothError)
Contains the error value