match_err
Macro for quick matching errors against enum-like error types
Helps to avoid writing long and tedious structures like:
if let Err = err
Examples
use match_err;
let err: = Err;
match_err!
Macro for quick matching errors against enum-like error types
Helps to avoid writing long and tedious structures like:
if let Err = err
use match_err;
let err: = Err;
match_err!