u1

Type Alias u1 

Source
pub type u1 = UInt<u8, 1>;

Aliased Type§

pub struct u1 { /* private fields */ }

Trait Implementations§

Source§

impl From<bool> for u1

Source§

fn from(value: bool) -> Self

Converts to this type from the input type.