Derive Clone
for InstanceError
This commit is contained in:
parent
d7c412bca5
commit
b1ff5de4c3
|
@ -54,7 +54,7 @@ impl fmt::Display for LoadingError {
|
||||||
|
|
||||||
impl Error for LoadingError {}
|
impl Error for LoadingError {}
|
||||||
|
|
||||||
#[derive(Debug)]
|
#[derive(Clone, Debug)]
|
||||||
pub enum InstanceError {
|
pub enum InstanceError {
|
||||||
LoadError(Vec<&'static str>),
|
LoadError(Vec<&'static str>),
|
||||||
VkError(vk::Result),
|
VkError(vk::Result),
|
||||||
|
|
Loading…
Reference in a new issue