Skip to main content

segment

Function segment 

Source
pub fn segment<E: Serialize>(
    label: impl Into<String>,
    selected: bool,
    on_select: E,
) -> Segment
Expand description

One option in a segmented control, carrying a typed selection event.