pub trait DockWidgetRefExt { // Required methods fn dock(&self, path: &[LiveId]) -> DockRef; fn as_dock(&self) -> DockRef; }