pub type BluetoothResponseResult = Result<BluetoothResponse, BluetoothError>;

Aliased Type§

enum BluetoothResponseResult {
    Ok(BluetoothResponse),
    Err(BluetoothError),
}

Variants§

§1.0.0

Ok(BluetoothResponse)

Contains the success value

§1.0.0

Err(BluetoothError)

Contains the error value