Type Alias BluetoothResponseResult

Source
pub type BluetoothResponseResult = Result<BluetoothResponse, BluetoothError>;

Aliased Type§

pub 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