Trait IWEExtendPropertySheet_Impl
pub trait IWEExtendPropertySheet_Impl: IUnknownImpl {
// Required method
fn CreatePropertySheetPages(
&self,
pidata: Ref<'_, IUnknown>,
picallback: Ref<'_, IWCPropertySheetCallback>,
) -> Result<()>;
}
Required Methods§
fn CreatePropertySheetPages( &self, pidata: Ref<'_, IUnknown>, picallback: Ref<'_, IWCPropertySheetCallback>, ) -> 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.