Trait ISyncFullEnumerationChange_Impl
pub trait ISyncFullEnumerationChange_Impl: IUnknownImpl {
// Required methods
fn GetLearnedKnowledgeAfterRecoveryComplete(&self) -> Result<ISyncKnowledge>;
fn GetLearnedForgottenKnowledge(&self) -> Result<IForgottenKnowledge>;
}
Required Methods§
fn GetLearnedKnowledgeAfterRecoveryComplete(&self) -> Result<ISyncKnowledge>
fn GetLearnedForgottenKnowledge(&self) -> Result<IForgottenKnowledge>
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.