Struct tui::terminal::Frame[][src]

pub struct Frame<'a, B: 'a> where
    B: Backend
{ /* fields omitted */ }

Methods

impl<'a, B> Frame<'a, B> where
    B: Backend
[src]

Calls the draw method of a given widget on the current buffer

Auto Trait Implementations

impl<'a, B> Send for Frame<'a, B> where
    B: Send

impl<'a, B> Sync for Frame<'a, B> where
    B: Sync