pub type Result<T> = Result<T, Error>;
The wasi-http-client result type.
wasi-http-client
enum Result<T> { Ok(T), Err(ErrorCode), }
Contains the success value
Contains the error value