Trait windows::Win32::Data::Xml::MsXml::IMXReaderControl_Impl

pub trait IMXReaderControl_Impl: Sized + IDispatch_Impl {
    // Required methods
    fn abort(&self) -> Result<()>;
    fn resume(&self) -> Result<()>;
    fn suspend(&self) -> Result<()>;
}

Required Methods§

fn abort(&self) -> Result<()>

fn resume(&self) -> Result<()>

fn suspend(&self) -> Result<()>

Object Safety§

This trait is not object safe.

Implementors§