Type Definition exmex::ExResult

source · []
pub type ExResult<U> = Result<U, ExError>;
Expand description

Exmex’ result type with ExError as error type.