Trait IXMLDSOControl_Impl
pub trait IXMLDSOControl_Impl: IDispatch_Impl {
// Required methods
fn XMLDocument(&self) -> Result<IXMLDOMDocument>;
fn SetXMLDocument(&self, ppdoc: Ref<'_, IXMLDOMDocument>) -> Result<()>;
fn JavaDSOCompatible(&self) -> Result<BOOL>;
fn SetJavaDSOCompatible(&self, fjavadsocompatible: BOOL) -> Result<()>;
fn readyState(&self) -> Result<i32>;
}
Required Methods§
fn XMLDocument(&self) -> Result<IXMLDOMDocument>
fn SetXMLDocument(&self, ppdoc: Ref<'_, IXMLDOMDocument>) -> Result<()>
fn JavaDSOCompatible(&self) -> Result<BOOL>
fn SetJavaDSOCompatible(&self, fjavadsocompatible: BOOL) -> Result<()>
fn readyState(&self) -> Result<i32>
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.