wip: p.44, e=135, removing E generic

This commit is contained in:
🪞👃🪞 2024-11-16 22:05:34 +01:00
parent a7998860b1
commit 260736f31d
20 changed files with 848 additions and 838 deletions

View file

@ -14,6 +14,7 @@ pub enum ArrangerFocus {
}
impl FocusEnter for ArrangerApp<Tui> {
type Item = AppViewFocus<ArrangerFocus>;
fn focus_enter (&mut self) {
use AppViewFocus::*;
use ArrangerFocus::*;