error::match_error
[−]
[src]
macro_rules! match_error { ($m:expr, $i1:pat => $t1:ty: $e1:expr) => { ... }; ($m:expr, $i1:pat => $t1:ty: $e1:expr, $($i:pat => $t:ty: $e:expr),+) => { ... }; }