Trait typenum::marker_traits::Bit [] [src]

pub trait Bit {
    fn to_u8() -> u8;
    fn to_bool() -> bool;
}

The marker trait for compile time bits.

This trait should not be implemented for anything outside this crate.

Required Methods

Implementors