Enum vulkano_shaders::Error [] [src]

pub enum Error {
    IoError(IoError),
    ParseError(ParseError),
}

Variants

Trait Implementations

impl Debug for Error
[src]

[src]

Formats the value using the given formatter.

impl From<IoError> for Error
[src]

[src]

Performs the conversion.

impl From<ParseError> for Error
[src]

[src]

Performs the conversion.