Enum ash::InstanceError [] [src]

pub enum InstanceError {
    LoadError(Vec<&'static str>),
    VkError(Result),
}

Variants

Trait Implementations

impl Debug for InstanceError
[src]

[src]

Formats the value using the given formatter.

impl Display for InstanceError
[src]

[src]

Formats the value using the given formatter. Read more

impl Error for InstanceError
[src]

[src]

A short description of the error. Read more

[src]

The lower-level cause of this error, if any. Read more