fn enum_key<T: AsRef<str>>(value: Option<&T>) -> Option<&str>
Projects an optional string enum to a comparable key.