Trait enumx::ExchangeInto

source ·
pub trait ExchangeInto<Dest, Indices> {
    fn exchange_into(self) -> Dest;
}
Expand description

Converts a user-defined enum into another user-defined enum.

Required Methods§

Implementors§