os_type_alias

Macro os_type_alias 

Source
macro_rules! os_type_alias {
    ($YOUR_OS:ty) => { ... };
}
Expand description

Use this macro to alias the OS-specific types for greater convenience, or manually alias only the ones you need.