Home
last modified time | relevance | path

Searched refs:Backend (Results 1 – 3 of 3) sorted by relevance

/DragonOS/tools/debugging/logmonitor/src/
H A Dtui.rs9 use ratatui::backend::Backend;
17 pub struct Tui<B: Backend> {
24 impl<B: Backend> Tui<B> {
H A Dmain.rs51 Event::Backend(e) => { in start_headless_app()
89 Event::Backend(e) => { in start_tui_app()
H A Devent.rs19 Backend(BackendEvent), enumerator