macro_rules! impl_binary_serde_for_bitflags_ty {
{$bitflags_ty: ty} => { ... };
}Expand description
implements the BinarySerde trait for a type generated using the bitflags! macro from the bitflags crate.
macro_rules! impl_binary_serde_for_bitflags_ty {
{$bitflags_ty: ty} => { ... };
}implements the BinarySerde trait for a type generated using the bitflags! macro from the bitflags crate.