windows::ApplicationModel::Activation

Trait IFileSavePickerContinuationEventArgs_Impl

pub trait IFileSavePickerContinuationEventArgs_Impl: IActivatedEventArgs_Impl + IContinuationActivatedEventArgs_Impl {
    // Required method
    fn File(&self) -> Result<StorageFile>;
}

Required Methods§

fn File(&self) -> Result<StorageFile>

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§