fn gen_packable_impl(
type_path: &TokenStream,
strategy: &StorableConversionStrategy,
) -> TokenStreamExpand description
Generate OnlyPrimitives and Packable implementations based on the conversion strategy.
This generates to_word and from_word - storage I/O is in Storable (blanket impl).