Type Definition zcore_drivers::DeviceResult
source · [−]pub type DeviceResult<T = ()> = Result<T, DeviceError>;
Expand description
A type alias for the result of a device operation.
pub type DeviceResult<T = ()> = Result<T, DeviceError>;
A type alias for the result of a device operation.