mirror of
https://github.com/ratatui/ratatui.git
synced 2025-09-28 13:31:14 +00:00

Resolves #1775 BREAKING CHANGE: Custom backends now have to implement `Backend::Error` and `Backend::clear_region`. Additionally some generic `Backend` usage will have to explicitly set trait bounds for `Backend::Error`.