pub trait IPhoneCallActivatedEventArgs_Impl: Sized + IActivatedEventArgs_Impl {
// Required method
fn LineId(&self) -> Result<GUID>;
}
Required Methods§
fn LineId(&self) -> Result<GUID>
Object Safety§
This trait is not object safe.
pub trait IPhoneCallActivatedEventArgs_Impl: Sized + IActivatedEventArgs_Impl {
// Required method
fn LineId(&self) -> Result<GUID>;
}