Macro derive_deftly_for_bitflags

Source
macro_rules! derive_deftly_for_bitflags {
    ($($body:tt)*) => { ... };
}
Expand description

Derive new features for bit flag types (PT_FLAGS*)

This is mostly undocumented on purpose (the details can change without notice), but feel free to check the falco_event_serde crate for example usage.