Trait windows::Win32::Data::Xml::MsXml::ISchemaAttributeGroup_Impl

pub trait ISchemaAttributeGroup_Impl: Sized + ISchemaItem_Impl {
    // Required methods
    fn anyAttribute(&self) -> Result<ISchemaAny>;
    fn attributes(&self) -> Result<ISchemaItemCollection>;
}

Required Methods§

fn anyAttribute(&self) -> Result<ISchemaAny>

fn attributes(&self) -> Result<ISchemaItemCollection>

Object Safety§

This trait is not object safe.

Implementors§