pub trait IntoEgui { type Out; // Required method fn egui(self) -> Self::Out; }
Geom → egui, at the point an egui API is called.