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