fn gen_handler_struct(
struct_name: &Ident,
fields: &[LayoutField<'_>],
mod_ident: &Ident,
) -> TokenStreamExpand description
Generate a handler struct for the storable type.
The handler provides type-safe access to both the full struct and individual fields.