pub type DevResult<T = ()> = Result<T, DevError>;
A specialized Result type for device operations.
Result