Impl Error for CallError

This commit is contained in:
Brandon Fish 2019-02-15 19:16:19 -06:00
parent 768a2fae18
commit 9ee86138b9

View File

@ -260,6 +260,8 @@ impl std::fmt::Display for CallError {
} }
} }
impl std::error::Error for CallError {}
/// This error type is produced when creating something, /// This error type is produced when creating something,
/// like a `Memory` or a `Table`. /// like a `Memory` or a `Table`.
#[derive(Debug, Clone)] #[derive(Debug, Clone)]