pub trait IQueryAllWinSATAssessments_Impl: Sized + IDispatch_Impl {
    // Required method
    fn get_AllXML(
        &self,
        xpath: &BSTR,
        namespaces: &BSTR
    ) -> Result<IXMLDOMNodeList>;
}

Required Methods§

fn get_AllXML(&self, xpath: &BSTR, namespaces: &BSTR) -> Result<IXMLDOMNodeList>

Object Safety§

This trait is not object safe.

Implementors§