☰
ErrResult
In omnisensor::types
?
Type Definition
omnisensor
::
types
::
ErrResult
source
·
[
−
]
pub type ErrResult<T> =
Result
<T,
Box
<dyn
Error
>>;
Expand description
A generic Result type for things that can fail.