pub trait IntegrationWidgetRefExt {
// Required methods
fn integration(&self, path: &[LiveId]) -> IntegrationRef;
fn as_integration(&self) -> IntegrationRef;
}pub trait IntegrationWidgetRefExt {
// Required methods
fn integration(&self, path: &[LiveId]) -> IntegrationRef;
fn as_integration(&self) -> IntegrationRef;
}