Trait ModalWidgetRefExt

Source
pub trait ModalWidgetRefExt {
    // Required methods
    fn modal(&self, path: &[LiveId]) -> ModalRef;
    fn as_modal(&self) -> ModalRef;
}

Required Methods§

Source

fn modal(&self, path: &[LiveId]) -> ModalRef

Source

fn as_modal(&self) -> ModalRef

Implementors§