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