Trait IXmlNodeSerializer_Impl
pub trait IXmlNodeSerializer_Impl: IUnknownImpl {
// Required methods
fn GetXml(&self) -> Result<HSTRING>;
fn InnerText(&self) -> Result<HSTRING>;
fn SetInnerText(&self, value: &HSTRING) -> Result<()>;
}
Required Methods§
fn GetXml(&self) -> Result<HSTRING>
fn InnerText(&self) -> Result<HSTRING>
fn SetInnerText(&self, value: &HSTRING) -> 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.