[][src]Trait structural::type_level::integer::IsBit

pub trait IsBit: Sealed {
    const VALUE: bool;
}

Marker trait for the Bit0 and Bit1 types .

Associated Constants

const VALUE: bool

Loading content...

Implementors

impl IsBit for Bit0[src]

impl IsBit for Bit1[src]

Loading content...