Trait MolyModalWidgetRefExt

Source
pub trait MolyModalWidgetRefExt {
    // Required methods
    fn moly_modal(&self, path: &[LiveId]) -> MolyModalRef;
    fn as_moly_modal(&self) -> MolyModalRef;
}

Required Methods§

Source

fn moly_modal(&self, path: &[LiveId]) -> MolyModalRef

Source

fn as_moly_modal(&self) -> MolyModalRef

Implementations on Foreign Types§

Source§

impl MolyModalWidgetRefExt for WidgetRef

Source§

fn moly_modal(&self, path: &[LiveId]) -> MolyModalRef

Source§

fn as_moly_modal(&self) -> MolyModalRef

Implementors§