Trait IHTMLPersistDataOM_Impl
pub trait IHTMLPersistDataOM_Impl: IDispatch_Impl {
// Required methods
fn XMLDocument(&self) -> Result<IDispatch>;
fn getAttribute(&self, name: &BSTR) -> Result<VARIANT>;
fn setAttribute(&self, name: &BSTR, value: &VARIANT) -> Result<()>;
fn removeAttribute(&self, name: &BSTR) -> Result<()>;
}
Required Methods§
fn XMLDocument(&self) -> Result<IDispatch>
fn getAttribute(&self, name: &BSTR) -> Result<VARIANT>
fn setAttribute(&self, name: &BSTR, value: &VARIANT) -> Result<()>
fn removeAttribute(&self, name: &BSTR) -> 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.