Enum tui::widgets::Row[][src]

pub enum Row<D, I> where
    D: Iterator<Item = I>,
    I: Display
{ Data(D), StyledData(D, Style), }

Holds data to be displayed in a Table widget

Variants

Auto Trait Implementations

impl<D, I> Send for Row<D, I> where
    D: Send

impl<D, I> Sync for Row<D, I> where
    D: Sync