Module streams

Source

Enums§

StreamError

Traits§

InputStream
Host trait for implementing the wasi:io/streams.input-stream resource: A bytestream which can be read from.
OutputStream
Host trait for implementing the wasi:io/streams.output-stream resource: A bytestream which can be written to.

Type Aliases§

DynInputStream
DynOutputStream
Error
Representation of the error resource type in the wasi:io/error interface.
StreamResult