pub type DeviceResult<T = ()> = Result<T, DeviceError>;
Expand description

A type alias for the result of a device operation.