Type Alias driver_common::DevResult

source ·
pub type DevResult<T = ()> = Result<T, DevError>;
Expand description

A specialized Result type for device operations.