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