impl_binary_serde_for_bitflags_ty

Macro impl_binary_serde_for_bitflags_ty 

Source
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.