Type Alias wasmtime_wasi_http::HttpResult

source ·
pub type HttpResult<T, E = HttpError> = Result<T, E>;
Expand description

A Result type where the error type defaults to HttpError.

Aliased Type§

enum HttpResult<T, E = HttpError> {
    // some variants omitted
}

Variants§