pub fn can_generate_enum_conversion_from_core(enum_def: &EnumDef) -> bool
Check if an enum can have core→binding From safely generated. This is always possible: unit variants map 1:1, data variants discard data with ...
..