Trait ICommDlgBrowser2_Impl
pub trait ICommDlgBrowser2_Impl: ICommDlgBrowser_Impl {
    // Required methods
    fn Notify(
        &self,
        ppshv: Ref<'_, IShellView>,
        dwnotifytype: u32,
    ) -> Result<()>;
    fn GetDefaultMenuText(
        &self,
        ppshv: Ref<'_, IShellView>,
        psztext: PWSTR,
        cchmax: i32,
    ) -> Result<()>;
    fn GetViewFlags(&self) -> Result<u32>;
}Required Methods§
fn Notify(&self, ppshv: Ref<'_, IShellView>, dwnotifytype: u32) -> Result<()>
fn GetDefaultMenuText( &self, ppshv: Ref<'_, IShellView>, psztext: PWSTR, cchmax: i32, ) -> Result<()>
fn GetViewFlags(&self) -> Result<u32>
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.