pub type OptionKey = String;Expand description
Shared key type used by selector-like components.
We normalise all option keys to owned String values so they can be
round-tripped through serde_json::Value and the Form store easily.
Aliased Typeยง
pub struct OptionKey { /* private fields */ }