Struct tui::widgets::List[][src]

pub struct List<'b, L> where
    L: Iterator<Item = Text<'b>>, 
{ /* fields omitted */ }

Methods

impl<'b, L> List<'b, L> where
    L: Iterator<Item = Text<'b>>, 
[src]

Trait Implementations

impl<'b, L> Default for List<'b, L> where
    L: Iterator<Item = Text<'b>> + Default
[src]

Returns the "default value" for a type. Read more

impl<'b, L> Widget for List<'b, L> where
    L: Iterator<Item = Text<'b>>, 
[src]

Draws the current state of the widget in the given buffer. That the only method required to implement a custom widget. Read more

Helper method to quickly set the background of all cells inside the specified area.

Helper method that can be chained with a widget's builder methods to render it.

Auto Trait Implementations

impl<'b, L> Send for List<'b, L> where
    L: Send

impl<'b, L> Sync for List<'b, L> where
    L: Sync