RawOsError

Type Alias RawOsError 

Source
pub type RawOsError = i32;
Expand description

The raw type of an OS Error. On most targets, this is i32, but on other targets it may be isize or another integer type