[][src]Trait phetch::ui::View

pub trait View: Display {
    fn respond(&mut self, key: Key) -> Action;
fn render(&self) -> String;
fn url(&self) -> String;
fn raw(&self) -> String;
fn term_size(&mut self, cols: usize, rows: usize); }

Required methods

fn respond(&mut self, key: Key) -> Action

fn render(&self) -> String

fn url(&self) -> String

fn raw(&self) -> String

fn term_size(&mut self, cols: usize, rows: usize)

Loading content...

Implementors

impl View for Menu[src]

impl View for Text[src]

Loading content...