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 Push - Trait for use with the
demux_enumoperator (Push-based version). - Demux
Enum Sink - Trait for use with the
demux_enumoperator (Sink-based version). - Single
Variant - Special case of
DemuxEnumfor when there is only one variant.