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