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

Trait IXSLTemplate_Impl

pub trait IXSLTemplate_Impl: IDispatch_Impl {
    // Required methods
    fn putref_stylesheet(&self, stylesheet: Ref<'_, IXMLDOMNode>) -> Result<()>;
    fn stylesheet(&self) -> Result<IXMLDOMNode>;
    fn createProcessor(&self) -> Result<IXSLProcessor>;
}

Required Methods§

fn putref_stylesheet(&self, stylesheet: Ref<'_, IXMLDOMNode>) -> Result<()>

fn stylesheet(&self) -> Result<IXMLDOMNode>

fn createProcessor(&self) -> Result<IXSLProcessor>

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§