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