Type Definition imgui_rs_vulkan_renderer::RendererResult[][src]

pub type RendererResult<T> = Result<T, RendererError>;
Expand description

Convenient return type for function that can return a RendererError.