Type Definition exmex::ExResult[][src]

pub type ExResult<U> = Result<U, ExError>;
Expand description

Exmex’ result type with ExError as error type.