Trait windows::Win32::Data::Xml::MsXml::IMXSchemaDeclHandler_Impl

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

Required Methods§

fn schemaElementDecl( &self, oschemaelement: Option<&ISchemaElement> ) -> Result<()>

Object Safety§

This trait is not object safe.

Implementors§