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