pub trait LoaderError: Error + Send + Sync + 'static { }
Expand description

An error produced by a failure to load a Vulkan function.

Trait Implementations§

source§

impl<'a> From<&'a str> for Box<dyn LoaderError>

source§

fn from(value: &'a str) -> Self

Converts to this type from the input type.
source§

impl From<Error> for Box<dyn LoaderError>

source§

fn from(value: Error) -> Self

Converts to this type from the input type.

Implementations on Foreign Types§

source§

impl LoaderError for Error

Implementors§