Type Definition arbitrary_int::u1

source ·
pub type u1 = UInt<u8, 1>;

Trait Implementations§

source§

impl From<bool> for u1

source§

fn from(value: bool) -> Self

Converts to this type from the input type.