macro_rules! failure {
($($args:tt)*) => { ... };
}Expand description
Constructs a Failure and calls Failure::err_boxed(). Any arguments to this macro will be passed to format_args!, allowing formatting specifiers to be used.
See module level documentation for more docs