gen_packable_impl

Function gen_packable_impl 

Source
fn gen_packable_impl(
    type_path: &TokenStream,
    strategy: &StorableConversionStrategy,
) -> TokenStream
Expand 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).