Type Alias IoError
pub type IoError = 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ยง
pub struct IoError { /* private fields */ }