Available on crate feature
dfir_macro only.Expand description
Trait for the demux_enum derive and operator.
Traits§
- Demux
Enum Base - Base implementation to constrain that
DemuxEnum<SOMETHING>is implemented. - Demux
Enum Sink - Trait for use with the
demux_enumoperator. - Single
Variant - Special case of
DemuxEnumfor when there is only one variant.