Module dfir_rs::util::demux_enum
source · Expand description
Trait for the demux_enum derive and operator.
Traits§
- Trait for use with the
demux_enumoperator. - Base implementation to constrain that
DemuxEnum<SOMETHING>is implemented. - Special case of
DemuxEnumfor when there is only one variant.