Trait enumx::Exchange

source ·
pub trait Exchange {
    type EnumX;
}
Expand description

Indicates the prototype for an enum that participates in enum exchange.

Required Associated Types§

Implementors§