pub type DeviceResult<T> = Result<T, DeviceError>;Expand description
Result type returned by device providers and sessions.
Aliased Type§
pub enum DeviceResult<T> {
Ok(T),
Err(DeviceError),
}pub type DeviceResult<T> = Result<T, DeviceError>;Result type returned by device providers and sessions.
pub enum DeviceResult<T> {
Ok(T),
Err(DeviceError),
}