windows::Win32::System::WindowsSync

Trait ISyncFullEnumerationChange_Impl

pub trait ISyncFullEnumerationChange_Impl: IUnknownImpl {
    // Required methods
    fn GetLearnedKnowledgeAfterRecoveryComplete(&self) -> Result<ISyncKnowledge>;
    fn GetLearnedForgottenKnowledge(&self) -> Result<IForgottenKnowledge>;
}

Required Methods§

Dyn Compatibility§

This trait is not dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.

Implementors§