macro_rules! derive_deftly_for_enums {
($($body:tt)*) => { ... };
}
Expand description
Derive new features for enum types (PT_ENUMFLAGS*
)
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.