pub type SafeUint8<F> = SafeType<F, { _ }, TOTAL_BITS>;
SafeType for uint8.
struct SafeUint8<F> { /* private fields */ }