Enum tui::widgets::Text[][src]

pub enum Text<'b> {
    Raw(Cow<'b, str>),
    Styled(Cow<'b, str>, Style),
}

Variants

Methods

impl<'b> Text<'b>
[src]

Auto Trait Implementations

impl<'b> Send for Text<'b>

impl<'b> Sync for Text<'b>