pub trait ITAddressTranslationInfo_Impl: Sized + IDispatch_Impl {
    // Required methods
    fn DialableString(&self) -> Result<BSTR>;
    fn DisplayableString(&self) -> Result<BSTR>;
    fn CurrentCountryCode(&self) -> Result<i32>;
    fn DestinationCountryCode(&self) -> Result<i32>;
    fn TranslationResults(&self) -> Result<i32>;
}

Required Methods§

Object Safety§

This trait is not object safe.

Implementors§