pub trait ShowObject { // Required methods fn show(&self, obj: &ID) -> bool; fn layers(&self) -> &ShowLayers; }