Type Alias axdriver::prelude::DevResult

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

A specialized Result type for device operations.