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