Trait IForgottenKnowledge_Impl
pub trait IForgottenKnowledge_Impl: ISyncKnowledge_Impl {
// Required method
fn ForgetToVersion(
&self,
pknowledge: Ref<'_, ISyncKnowledge>,
pversion: *const SYNC_VERSION,
) -> Result<()>;
}
Required Methods§
fn ForgetToVersion( &self, pknowledge: Ref<'_, ISyncKnowledge>, pversion: *const SYNC_VERSION, ) -> Result<()>
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.