Trait windows::Win32::Data::Xml::MsXml::ISAXEntityResolver_Impl

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

Required Methods§

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

Object Safety§

This trait is not object safe.

Implementors§