macro_rules! wrap {
($($args:tt)*) => { ... };
}Expand description
Returns a closure for using Result::map_err to wrap an error in a
fail::Error.
macro_rules! wrap {
($($args:tt)*) => { ... };
}Returns a closure for using Result::map_err to wrap an error in a
fail::Error.