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