Enum cursive::views::ListChild [] [src]

pub enum ListChild {
    Row(StringBox<View>),
    Delimiter,
}

Represents a child from a ListView.

Variants

A single row, with a label and a view.

A delimiter between groups.