Trait IFsrmStorageModuleImplementation_Impl
pub trait IFsrmStorageModuleImplementation_Impl: IFsrmPipelineModuleImplementation_Impl {
// Required methods
fn UseDefinitions(
&self,
propertydefinitions: Ref<'_, IFsrmCollection>,
) -> Result<()>;
fn LoadProperties(
&self,
propertybag: Ref<'_, IFsrmPropertyBag>,
) -> Result<()>;
fn SaveProperties(
&self,
propertybag: Ref<'_, IFsrmPropertyBag>,
) -> Result<()>;
}
Required Methods§
fn UseDefinitions( &self, propertydefinitions: Ref<'_, IFsrmCollection>, ) -> Result<()>
fn LoadProperties(&self, propertybag: Ref<'_, IFsrmPropertyBag>) -> Result<()>
fn SaveProperties(&self, propertybag: Ref<'_, IFsrmPropertyBag>) -> 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.