pub trait HasTasks { // Required methods fn tasks(&self) -> &AppTasks; fn tasks_mut(&mut self) -> &mut AppTasks; }