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