pub trait ISyncFullEnumerationChange_Impl: Sized {
// Required methods
fn GetLearnedKnowledgeAfterRecoveryComplete(&self) -> Result<ISyncKnowledge>;
fn GetLearnedForgottenKnowledge(&self) -> Result<IForgottenKnowledge>;
}
Required Methods§
fn GetLearnedKnowledgeAfterRecoveryComplete(&self) -> Result<ISyncKnowledge>
fn GetLearnedForgottenKnowledge(&self) -> Result<IForgottenKnowledge>
Object Safety§
This trait is not object safe.