Macro derive_deftly_for_events

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

Derive new features for event types

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.

Note: using this macro does not affect the AnyEvent type, so you will possibly need to invoke derive_deftly_adhoc! to add new features to AnyEvent.