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