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

Required Methods§

Object Safety§

This trait is not object safe.

Implementors§