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

Trait ISchemaStringCollection_Impl

pub trait ISchemaStringCollection_Impl: IDispatch_Impl {
    // Required methods
    fn get_item(&self, index: i32) -> Result<BSTR>;
    fn length(&self) -> Result<i32>;
    fn _newEnum(&self) -> Result<IUnknown>;
}

Required Methods§

fn get_item(&self, index: i32) -> Result<BSTR>

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

fn _newEnum(&self) -> Result<IUnknown>

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§