macro_rules! wrap_generic_error_in_wrapper {
( $e:expr ) => { ... };
}
Expand description
Takes whatever error you supply to it and wraps it in a GenericError
macro_rules! wrap_generic_error_in_wrapper {
( $e:expr ) => { ... };
}
Takes whatever error you supply to it and wraps it in a GenericError