Trait ISAXLocator_Impl
pub trait ISAXLocator_Impl: IUnknownImpl {
// Required methods
fn getColumnNumber(&self) -> Result<i32>;
fn getLineNumber(&self) -> Result<i32>;
fn getPublicId(&self) -> Result<*mut u16>;
fn getSystemId(&self) -> Result<*mut u16>;
}
Required Methods§
fn getColumnNumber(&self) -> Result<i32>
fn getLineNumber(&self) -> Result<i32>
fn getPublicId(&self) -> Result<*mut u16>
fn getSystemId(&self) -> Result<*mut u16>
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.