pub trait IQueryOEMWinSATCustomization_Impl: Sized {
    // Required method
    fn GetOEMPrePopulationInfo(&self) -> Result<WINSAT_OEM_CUSTOMIZATION_STATE>;
}

Required Methods§

Object Safety§

This trait is not object safe.

Implementors§