U1

Type Alias U1 

Source
pub type U1 = Uint<1, 1>;
Expand description

Uint for 1 bit. Similar to bool.

Aliased Typeยง

pub struct U1 { /* private fields */ }