pub trait ITfPersistentPropertyLoaderACP_Impl: Sized {
    // Required method
    fn LoadProperty(
        &self,
        phdr: *const TF_PERSISTENT_PROPERTY_HEADER_ACP,
    ) -> Result<IStream>;
}

Required Methods§

Object Safety§

This trait is not object safe.

Implementors§