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

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