Trait windows::Win32::Data::Xml::MsXml::IXMLDOMParseError_Impl

pub trait IXMLDOMParseError_Impl: Sized + IDispatch_Impl {
    // Required methods
    fn errorCode(&self) -> Result<i32>;
    fn url(&self) -> Result<BSTR>;
    fn reason(&self) -> Result<BSTR>;
    fn srcText(&self) -> Result<BSTR>;
    fn line(&self) -> Result<i32>;
    fn linepos(&self) -> Result<i32>;
    fn filepos(&self) -> Result<i32>;
}

Required Methods§

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

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

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

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

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

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

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

Object Safety§

This trait is not object safe.

Implementors§