1 2 3 4 5 6
#[cfg(feature = "Win32_Storage_Packaging_Appx")] pub mod Appx; #[cfg(feature = "Win32_Storage_Packaging_Opc")] pub mod Opc; #[cfg(feature = "implement")] ::core::include!("impl.rs");