Trait dynamic_enum::DynumAdd [] [src]

pub trait DynumAdd<N: Any> {
    type Next;
    fn add(self, x: N) -> Self::Next;
}

Associated Types

Required Methods

Implementors