pub type Ev3Result<T> = Result<T, Ev3Error>;
Expand description

Helper Result type for easy access.