Macro fabric_support::assert_err_ignore_postinfo[][src]

macro_rules! assert_err_ignore_postinfo {
    ( $x:expr , $y:expr $(,)? ) => { ... };
}

Assert an expression returns an error specified.

This can be used onDispatchResultWithPostInfo when the post info should be ignored.