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
**Dependency**: `rust-extensions` must be a **direct** dependency in `Cargo.toml` (not via `service-sdk`), because `service-sdk` is `optional = true` (server feature only) and enum types are used on the web side too:
294
+
295
+
```toml
296
+
rust-extensions = { tag = "0.1.5", git = "https://github.com/MyJetTools/rust-extensions.git" }
297
+
```
298
+
299
+
---
300
+
301
+
### `EnumIterator` trait — original minimal example
302
+
303
+
Implement on your enum to use with `select_enum_value` / `select_enum_value_opt`.
0 commit comments