1 2 3 4 5 6 7
/// Linux type definitions. #[cfg(feature = "linux")] pub mod linux; /// Windows type definitions. #[cfg(feature = "windows")] pub mod windows;