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

Trait IXMLDOMParseError2_Impl

pub trait IXMLDOMParseError2_Impl: IXMLDOMParseError_Impl {
    // Required methods
    fn errorXPath(&self) -> Result<BSTR>;
    fn allErrors(&self) -> Result<IXMLDOMParseErrorCollection>;
    fn errorParameters(&self, index: i32) -> Result<BSTR>;
    fn errorParametersCount(&self) -> Result<i32>;
}

Required Methods§

fn errorXPath(&self) -> Result<BSTR>

fn allErrors(&self) -> Result<IXMLDOMParseErrorCollection>

fn errorParameters(&self, index: i32) -> Result<BSTR>

fn errorParametersCount(&self) -> Result<i32>

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§