pub type ImGuiResult<T> = Result<T, ImGuiError>;Expand description
Result type for Dear ImGui operations
Aliased Type§
pub enum ImGuiResult<T> {
Ok(T),
Err(ImGuiError),
}pub type ImGuiResult<T> = Result<T, ImGuiError>;Result type for Dear ImGui operations
pub enum ImGuiResult<T> {
Ok(T),
Err(ImGuiError),
}