windows::ApplicationModel::Activation

Trait IAppointmentsProviderShowTimeFrameActivatedEventArgs_Impl

pub trait IAppointmentsProviderShowTimeFrameActivatedEventArgs_Impl: IActivatedEventArgs_Impl + IAppointmentsProviderActivatedEventArgs_Impl {
    // Required methods
    fn TimeToShow(&self) -> Result<DateTime>;
    fn Duration(&self) -> Result<TimeSpan>;
}

Required Methods§

fn TimeToShow(&self) -> Result<DateTime>

fn Duration(&self) -> Result<TimeSpan>

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.

Implementors§