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

type CallResult<T> = Result<T, Box<CallError>>;