windows::Win32::Data::Xml::MsXml

Trait IVBSAXLocator_Impl

pub trait IVBSAXLocator_Impl: IDispatch_Impl {
    // Required methods
    fn columnNumber(&self) -> Result<i32>;
    fn lineNumber(&self) -> Result<i32>;
    fn publicId(&self) -> Result<BSTR>;
    fn systemId(&self) -> Result<BSTR>;
}

Required Methods§

fn columnNumber(&self) -> Result<i32>

fn lineNumber(&self) -> Result<i32>

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

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

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.

Implementors§