Macro failure::match_err [] [src]

macro_rules! match_err {
    ($err:expr => { $($t:ty: $bind:pat => $exec:block)* final: $xbind:pat => $xexec:block }) => { ... };
}