wasmtime_wasi_io::streams

Type Alias Error

Source
pub type Error = Error;
Expand description

Representation of the error resource type in the wasi:io/error interface.

This is currently anyhow::Error to retain full type information for errors.

Aliased Typeยง

struct Error { /* private fields */ }