pub trait ITTAPI2_Impl: Sized + ITTAPI_Impl {
    // Required methods
    fn Phones(&self) -> Result<VARIANT>;
    fn EnumeratePhones(&self) -> Result<IEnumPhone>;
    fn CreateEmptyCollectionObject(&self) -> Result<ITCollection2>;
}

Required Methods§

Object Safety§

This trait is not object safe.

Implementors§