Trait windows::Win32::Data::Xml::MsXml::IVBSAXXMLFilter_Impl

pub trait IVBSAXXMLFilter_Impl: Sized + IDispatch_Impl {
    // Required methods
    fn parent(&self) -> Result<IVBSAXXMLReader>;
    fn putref_parent(&self, oreader: Option<&IVBSAXXMLReader>) -> Result<()>;
}

Required Methods§

fn parent(&self) -> Result<IVBSAXXMLReader>

fn putref_parent(&self, oreader: Option<&IVBSAXXMLReader>) -> Result<()>

Object Safety§

This trait is not object safe.

Implementors§