pub trait ITfPersistentPropertyLoaderACP_Impl: Sized {
// 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>
Object Safety§
This trait is not object safe.