Trait revi_ui::Display[][src]

pub trait Display {
    fn render(&self, func: impl FnMut(u16, u16, String));
fn cursor(&self, func: impl FnMut(u16, u16, Option<CursorShape>)); }

Required methods

Implementors