pub trait IAppxManifestDriverDependency_Impl: Sized {
    // Required method
    fn GetDriverConstraints(
        &self,
    ) -> Result<IAppxManifestDriverConstraintsEnumerator>;
}

Required Methods§

Object Safety§

This trait is not object safe.

Implementors§