trait SidebarImplementedEditor { fn setup_sidebar(); } impl SidebarImplementedEditor for super::imp::EchidnaEditor { fn setup_sidebar(){ } }