pub trait CursorWidget: Widget {
// Required method
fn render_with_cursor(&self) -> (Paragraph<'_>, Option<(u16, u16)>);
}Expand description
Widgets that support cursor rendering
pub trait CursorWidget: Widget {
// Required method
fn render_with_cursor(&self) -> (Paragraph<'_>, Option<(u16, u16)>);
}Widgets that support cursor rendering