Enum dacite_winit::Error [] [src]

pub enum Error {
    Unsupported,
    VulkanError(Error),
}

Error type used throughout this crate.

Variants

The windowing system is not supported by either dacite-winit or dacite.

A Vulkan error occurred.

Trait Implementations

impl Debug for Error
[src]

[src]

Formats the value using the given formatter.

impl Display for Error
[src]

[src]

Formats the value using the given formatter. Read more

impl Error for Error
[src]

[src]

A short description of the error. Read more

1.0.0
[src]

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

impl From<Error> for Error
[src]

[src]

Performs the conversion.