pub trait IAppxManifestDriverDependenciesEnumerator_Impl: Sized {
// Required methods
fn GetCurrent(&self) -> Result<IAppxManifestDriverDependency>;
fn GetHasCurrent(&self) -> Result<BOOL>;
fn MoveNext(&self) -> Result<BOOL>;
}
Required Methods§
fn GetCurrent(&self) -> Result<IAppxManifestDriverDependency>
fn GetHasCurrent(&self) -> Result<BOOL>
fn MoveNext(&self) -> Result<BOOL>
Object Safety§
This trait is not object safe.