Type Alias wasmtime_wasi_http::body::HyperOutgoingBody

source ·
pub type HyperOutgoingBody = BoxBody<Bytes, ErrorCode>;
Expand description

Common type for outgoing bodies.

Aliased Type§

struct HyperOutgoingBody { /* private fields */ }