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.
pub trait ExchangeInto<Dest, Indices> {
fn exchange_into(self) -> Dest;
}Converts a user-defined enum into another user-defined enum.