windows::Win32::Data::Xml::MsXml

Trait ISAXEntityResolver_Impl

pub trait ISAXEntityResolver_Impl: IUnknownImpl {
    // Required method
    fn resolveEntity(
        &self,
        pwchpublicid: &PCWSTR,
        pwchsystemid: &PCWSTR,
    ) -> Result<VARIANT>;
}

Required Methods§

fn resolveEntity( &self, pwchpublicid: &PCWSTR, pwchsystemid: &PCWSTR, ) -> Result<VARIANT>

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.

Implementors§