Tui

Type Alias Tui 

Source
pub type Tui = GenericTui<StdoutLock<'static>>;

Aliased Type§

pub struct Tui { /* private fields */ }

Implementations§

Source§

impl Tui

Source

pub fn new(config: Arc<RwLock<Config>>) -> Self

Trait Implementations§

Source§

impl Default for Tui

Source§

fn default() -> Self

Returns the “default value” for a type. Read more