Trait windows::Win32::Data::Xml::MsXml::ISchemaModelGroup_Impl

pub trait ISchemaModelGroup_Impl: Sized + ISchemaParticle_Impl {
    // Required method
    fn particles(&self) -> Result<ISchemaItemCollection>;
}

Required Methods§

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

Object Safety§

This trait is not object safe.

Implementors§