Macro from_u32_match

Source
macro_rules! from_u32_match {
    ($val:ident; $($tok:ident,)+) => { ... };
}