Type Definition vulkanalia::VkResult[][src]

pub type VkResult<T> = Result<T, ErrorCode>;
Expand description

The result of a executing a fallible Vulkan command.