pub trait MolyModalSetWidgetSetExt {
// Required methods
fn moly_modal_set(&self, paths: &[&[LiveId]]) -> MolyModalSet;
fn as_moly_modal_set(&self) -> MolyModalSet;
}pub trait MolyModalSetWidgetSetExt {
// Required methods
fn moly_modal_set(&self, paths: &[&[LiveId]]) -> MolyModalSet;
fn as_moly_modal_set(&self) -> MolyModalSet;
}