Module requestty_ui::backend [−][src]
Expand description
A module to represent a terminal and operations on it.
Structs
CrosstermBackend
crosstermA backend that uses the crossterm library.
A 2D size.
TermionBackend
termionA backend that uses the termion library.
A backend that can be used for tests.
Enums
The different parts of the terminal that can be cleared at once.
The directions the terminal cursor can be moved relative to the current position.
Traits
A trait to represent a terminal that can be rendered to.
Functions
get_backend
crossterm or termionGets the default Backend based on the features enabled.