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

Trait IXMLError_Impl

pub trait IXMLError_Impl: IUnknownImpl {
    // Required method
    fn GetErrorInfo(&self, perrorreturn: *mut XML_ERROR) -> Result<()>;
}

Required Methods§

fn GetErrorInfo(&self, perrorreturn: *mut XML_ERROR) -> Result<()>

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§