windows::Win32::System::Contacts

Trait IContactCollection_Impl

pub trait IContactCollection_Impl: IUnknownImpl {
    // Required methods
    fn Reset(&self) -> Result<()>;
    fn Next(&self) -> Result<()>;
    fn GetCurrent(&self) -> Result<IContact>;
}

Required Methods§

fn Reset(&self) -> Result<()>

fn Next(&self) -> Result<()>

fn GetCurrent(&self) -> Result<IContact>

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§