Macro assert_custom_error

Source
macro_rules! assert_custom_error {
    ($error:expr, $matcher:pat) => { ... };
}