Trait windows::Win32::Data::Xml::MsXml::ISchemaNotation_Impl

pub trait ISchemaNotation_Impl: Sized + ISchemaItem_Impl {
    // Required methods
    fn systemIdentifier(&self) -> Result<BSTR>;
    fn publicIdentifier(&self) -> Result<BSTR>;
}

Required Methods§

fn systemIdentifier(&self) -> Result<BSTR>

fn publicIdentifier(&self) -> Result<BSTR>

Object Safety§

This trait is not object safe.

Implementors§