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

Trait IXMLDOMProcessingInstruction_Impl

pub trait IXMLDOMProcessingInstruction_Impl: IXMLDOMNode_Impl {
    // Required methods
    fn target(&self) -> Result<BSTR>;
    fn data(&self) -> Result<BSTR>;
    fn Setdata(&self, value: &BSTR) -> Result<()>;
}

Required Methods§

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

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

fn Setdata(&self, value: &BSTR) -> 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§