IFileOpenDialog_Impl

Trait IFileOpenDialog_Impl 

pub trait IFileOpenDialog_Impl: IFileDialog_Impl {
    // Required methods
    fn GetResults(&self) -> Result<IShellItemArray>;
    fn GetSelectedItems(&self) -> Result<IShellItemArray>;
}

Required Methods§

fn GetResults(&self) -> Result<IShellItemArray>

fn GetSelectedItems(&self) -> Result<IShellItemArray>

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§