Trait ITTAPIObjectEvent2_Impl
pub trait ITTAPIObjectEvent2_Impl: ITTAPIObjectEvent_Impl {
// Required method
fn Phone(&self) -> Result<ITPhone>;
}
Required Methods§
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.