Macro fastmurmur3::match_fallthrough[][src]

macro_rules! match_fallthrough {
    ($test : expr, { $($pat : pat => $branch : expr), + }) => { ... };
    ($test : expr, { $($pat : pat => $branch : expr,) + }) => { ... };
}