wip: now only need to remove 139x ratatui::layout::Rect

This commit is contained in:
🪞👃🪞 2024-09-06 23:51:33 +03:00
parent ff97070a03
commit 4b92465073
6 changed files with 84 additions and 123 deletions

View file

@ -15,7 +15,7 @@ pub trait Engine: Sized {
/// Unit of distance.
type Unit: Number;
type Area: Rectangle<Self::Unit>;
type Area: Area<Self::Unit> + From<[Self::Unit;4]>;
type HandleInput;
type Handled;