Type Alias RawOsError

pub type RawOsError = i32;

Raw error code.

This alias mirrors unstable std::io::RawOsError.