pub trait ModalSetWidgetSetExt { // Required methods fn modal_set(&self, paths: &[&[LiveId]]) -> ModalSet; fn as_modal_set(&self) -> ModalSet; }