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

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