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