pub trait IAppxManifestDriverDependency_Impl: Sized {
// Required method
fn GetDriverConstraints(
&self,
) -> Result<IAppxManifestDriverConstraintsEnumerator>;
}
Required Methods§
fn GetDriverConstraints( &self, ) -> Result<IAppxManifestDriverConstraintsEnumerator>
Object Safety§
This trait is not object safe.