Trait windows::Win32::Data::Xml::MsXml::IXMLDOMImplementation_Impl

pub trait IXMLDOMImplementation_Impl: Sized + IDispatch_Impl {
    // Required method
    fn hasFeature(&self, feature: &BSTR, version: &BSTR) -> Result<VARIANT_BOOL>;
}

Required Methods§

fn hasFeature(&self, feature: &BSTR, version: &BSTR) -> Result<VARIANT_BOOL>

Object Safety§

This trait is not object safe.

Implementors§