wasmcloud_runtime::capability::blobstore::types

Type Alias 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 */ }