Type Definition industrial_io::errors::Result

source ·
pub type Result<T> = Result<T, Error>;
Expand description

The default result type for the IIO library