[][src]Type Definition wasmer_runtime_core::error::Result

type Result<T> = Result<T, Box<Error>>;