You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If you derive EnumString on a enum with a #[strum(default)] it generates a TryFrom<&str> implementation which can never return an error. It would make sense to generate From<&str> instead