pub type U1 = SmallU<1>;
Aliased Type§
struct U1(/* private fields */);
Trait Implementations§
source§impl From<BinaryField1b> for U1
impl From<BinaryField1b> for U1
source§fn from(val: BinaryField1b) -> Self
fn from(val: BinaryField1b) -> Self
Converts to this type from the input type.