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.
macro_rules! os_type_alias {
($YOUR_OS:ty) => { ... };
}Use this macro to alias the OS-specific types for greater convenience, or manually alias only the ones you need.