Structs§
Enums§
- Error
- Error type for
Functions§
- full
- Creates a new backend with a full painter. It redraws the whole canvas on every canvas.
- incremental
- Creates a new backend with an incremental painter. It only draws those parts of the terminal that have changed since last drawn.
Type Aliases§
- Result
- Alias for
Result
with a backend error.