Type Alias wasmcloud_runtime::capability::blobstore::types::OutgoingValue

source ·
pub type OutgoingValue = OutgoingValue;
Expand description

A data is the data stored in a data blob. The value can be of any type that can be represented in a byte array. It provides a way to write the value to the output-stream defined in the wasi-io interface. Soon: switch to resource value { ... }

Aliased Type§

struct OutgoingValue { /* private fields */ }