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

type RuntimeResult<T> = Result<T, Box<RuntimeError>>;