Trait IXMLDOMEntity_Impl
pub trait IXMLDOMEntity_Impl: IXMLDOMNode_Impl {
// Required methods
fn publicId(&self) -> Result<VARIANT>;
fn systemId(&self) -> Result<VARIANT>;
fn notationName(&self) -> Result<BSTR>;
}
Required Methods§
fn publicId(&self) -> Result<VARIANT>
fn systemId(&self) -> Result<VARIANT>
fn notationName(&self) -> Result<BSTR>
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.