pub trait Modal: View { // Required methods fn has_focus(&self) -> bool; fn dismiss_on_event(event: &Self::Event) -> bool; }