Macro weedle::test_variants [] [src]

macro_rules! test_variants {
    ($struct_:ident { $( $variant:ident == $value:expr ),* $(,)* }) => { ... };
}