Trait windows::Win32::Data::Xml::MsXml::IXMLAttribute_Impl

pub trait IXMLAttribute_Impl: Sized + IDispatch_Impl {
    // Required methods
    fn name(&self) -> Result<BSTR>;
    fn value(&self) -> Result<BSTR>;
}

Required Methods§

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

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

Object Safety§

This trait is not object safe.

Implementors§