windows::ApplicationModel::Activation

Trait IFileSavePickerActivatedEventArgs_Impl

pub trait IFileSavePickerActivatedEventArgs_Impl: IActivatedEventArgs_Impl {
    // Required method
    fn FileSavePickerUI(&self) -> Result<FileSavePickerUI>;
}

Required Methods§

fn FileSavePickerUI(&self) -> Result<FileSavePickerUI>

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§