Add derive(Debug) to Export.

This commit is contained in:
Dan Gohman
2018-12-24 18:14:00 -08:00
parent c4e10227de
commit 8f74c7f3d5

View File

@@ -6,6 +6,7 @@ use vmcontext::{
use wasmtime_environ::{MemoryPlan, TablePlan}; use wasmtime_environ::{MemoryPlan, TablePlan};
/// The value of an export passed from one instance to another. /// The value of an export passed from one instance to another.
#[derive(Debug)]
pub enum Export { pub enum Export {
/// A function export value. /// A function export value.
Function { Function {