Trait IPrintSchemaElement_Impl
pub trait IPrintSchemaElement_Impl: IDispatch_Impl {
// Required methods
fn XmlNode(&self) -> Result<IUnknown>;
fn Name(&self) -> Result<BSTR>;
fn NamespaceUri(&self) -> Result<BSTR>;
}
Required Methods§
fn XmlNode(&self) -> Result<IUnknown>
fn Name(&self) -> Result<BSTR>
fn NamespaceUri(&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.