Trait windows::Win32::Data::Xml::MsXml::IXMLError_Impl

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

Required Methods§

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

Object Safety§

This trait is not object safe.

Implementors§