pub trait IntegrationSetWidgetSetExt {
// Required methods
fn integration_set(&self, paths: &[&[LiveId]]) -> IntegrationSet;
fn as_integration_set(&self) -> IntegrationSet;
}pub trait IntegrationSetWidgetSetExt {
// Required methods
fn integration_set(&self, paths: &[&[LiveId]]) -> IntegrationSet;
fn as_integration_set(&self) -> IntegrationSet;
}