Type Alias bluetooth_traits::BluetoothResult
source · pub type BluetoothResult<T> = Result<T, BluetoothError>;
Aliased Type§
enum BluetoothResult<T> {
Ok(T),
Err(BluetoothError),
}
pub type BluetoothResult<T> = Result<T, BluetoothError>;
enum BluetoothResult<T> {
Ok(T),
Err(BluetoothError),
}