pub fn segment<E: Serialize>( label: impl Into<String>, selected: bool, on_select: E, ) -> Segment
One option in a segmented control, carrying a typed selection event.
segmented