pub trait ToTypenum {
    type Typenum: Unsigned;
}

Required Associated Types

Implementors