pub fn enum_combo<T>( ui: &Ui<'_>, label: impl AsRef<str>, current: &mut T, ) -> boolwhere T: PartialEq + AsRef<str> + IntoEnumIterator,
Renders a combo box for an enum implementing IntoEnumIterator.
IntoEnumIterator