Trait ITfPersistentPropertyLoaderACP_Impl
pub trait ITfPersistentPropertyLoaderACP_Impl: IUnknownImpl {
// Required method
fn LoadProperty(
&self,
phdr: *const TF_PERSISTENT_PROPERTY_HEADER_ACP,
) -> Result<IStream>;
}
Required Methods§
fn LoadProperty( &self, phdr: *const TF_PERSISTENT_PROPERTY_HEADER_ACP, ) -> Result<IStream>
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.