Trait IAppointmentsProviderAddAppointmentActivatedEventArgs_Impl
pub trait IAppointmentsProviderAddAppointmentActivatedEventArgs_Impl: IActivatedEventArgs_Impl + IAppointmentsProviderActivatedEventArgs_Impl {
// Required method
fn AddAppointmentOperation(&self) -> Result<AddAppointmentOperation>;
}
Required Methods§
fn AddAppointmentOperation(&self) -> Result<AddAppointmentOperation>
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.