windows::Win32::Data::Xml::MsXml

Trait IMXSchemaDeclHandler_Impl

pub trait IMXSchemaDeclHandler_Impl: IDispatch_Impl {
    // Required method
    fn schemaElementDecl(
        &self,
        oschemaelement: Ref<'_, ISchemaElement>,
    ) -> Result<()>;
}

Required Methods§

fn schemaElementDecl( &self, oschemaelement: Ref<'_, ISchemaElement>, ) -> 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.

Implementors§