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