pub trait ToTypenum {
    type Typenum: Unsigned;
}

Associated Types

Implementors