pub trait ISchemaAny_Impl: Sized + ISchemaParticle_Impl {
// Required methods
fn namespaces(&self) -> Result<ISchemaStringCollection>;
fn processContents(&self) -> Result<SCHEMAPROCESSCONTENTS>;
}
Required Methods§
fn namespaces(&self) -> Result<ISchemaStringCollection>
fn processContents(&self) -> Result<SCHEMAPROCESSCONTENTS>
Object Safety§
This trait is not object safe.