pub trait VmUi: Sized { // Required method fn with_ui(self, guard: &mut CollectionGuard<'_>) -> Self; }