pub trait Hashable { // Required methods unsafe fn get_id(&self) -> ImGuiID; unsafe fn push(&self); }
Represents any type that can be converted to a Dear ImGui hash id.