Trait IFileDialog2_Impl
pub trait IFileDialog2_Impl: IFileDialog_Impl {
// Required methods
fn SetCancelButtonLabel(&self, pszlabel: &PCWSTR) -> Result<()>;
fn SetNavigationRoot(&self, psi: Ref<'_, IShellItem>) -> Result<()>;
}
Required Methods§
fn SetCancelButtonLabel(&self, pszlabel: &PCWSTR) -> Result<()>
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.