Type Definition Error
wasi_common
type Error = Error;
impl From<Errno> for Error
fn from(errno: Errno) -> Self
Performs the conversion.