Trait IExplorerBrowserEvents_Impl
pub trait IExplorerBrowserEvents_Impl: IUnknownImpl {
// Required methods
fn OnNavigationPending(&self, pidlfolder: *const ITEMIDLIST) -> Result<()>;
fn OnViewCreated(&self, psv: Ref<'_, IShellView>) -> Result<()>;
fn OnNavigationComplete(&self, pidlfolder: *const ITEMIDLIST) -> Result<()>;
fn OnNavigationFailed(&self, pidlfolder: *const ITEMIDLIST) -> Result<()>;
}
Required Methods§
fn OnViewCreated(&self, psv: Ref<'_, IShellView>) -> 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.