pub type PackedType<U, F> = <U as PackScalar<F>>::Packed;Expand description
Returns the packed field type for the scalar field F and underlier U.
pub type PackedType<U, F> = <U as PackScalar<F>>::Packed;Returns the packed field type for the scalar field F and underlier U.