macro_rules! bitflags_serialize_impl {
($type:ty, single_bit_flags$(, $feature:expr)?) => { ... };
($type:ty, by_ones_decreasing$(, $feature:expr)?) => { ... };
}
macro_rules! bitflags_serialize_impl {
($type:ty, single_bit_flags$(, $feature:expr)?) => { ... };
($type:ty, by_ones_decreasing$(, $feature:expr)?) => { ... };
}