Trait workspace::Modal

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

Required Methods§

source

fn has_focus(&self) -> bool

source

fn dismiss_on_event(event: &Self::Event) -> bool

Implementors§