type LengthInWords<const LEN: usize> = <Const<LEN> as Internal>::LengthInWords;Expand description
Helper to simplify getting the LengthInWords associated type.
type LengthInWords<const LEN: usize> = <Const<LEN> as Internal>::LengthInWords;Helper to simplify getting the LengthInWords associated type.