macro_rules! impl_traits {
    ($ty:ident) => { ... };
}
Expand description

Helper macro that generates serde implementations for a bitflags 2.x types that are compatible with the bitflags 1.x serialization format.