1 2 3 4 5 6 7
#[derive(derive_more::FromStr)] #[from_str(rename_all = "Whatever")] enum Enum { UnitVariant, } fn main() {}