pub type PackedSubfield<P, F> = <P as PackedExtension<F>>::PackedSubfield;Expand description
Convenient type alias that returns the packed field type for the scalar field F and packed
extension P.
pub type PackedSubfield<P, F> = <P as PackedExtension<F>>::PackedSubfield;Convenient type alias that returns the packed field type for the scalar field F and packed
extension P.