Trait IXMLDOMSchemaCollection2_Impl
pub trait IXMLDOMSchemaCollection2_Impl: IXMLDOMSchemaCollection_Impl {
// Required methods
fn validate(&self) -> Result<()>;
fn SetvalidateOnLoad(&self, validateonload: VARIANT_BOOL) -> Result<()>;
fn validateOnLoad(&self) -> Result<VARIANT_BOOL>;
fn getSchema(&self, namespaceuri: &BSTR) -> Result<ISchema>;
fn getDeclaration(&self, node: Ref<'_, IXMLDOMNode>) -> Result<ISchemaItem>;
}
Required Methods§
fn validate(&self) -> Result<()>
fn SetvalidateOnLoad(&self, validateonload: VARIANT_BOOL) -> Result<()>
fn validateOnLoad(&self) -> Result<VARIANT_BOOL>
fn getSchema(&self, namespaceuri: &BSTR) -> Result<ISchema>
fn getDeclaration(&self, node: Ref<'_, IXMLDOMNode>) -> Result<ISchemaItem>
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.