Trait IURLSearchHook2_Impl
pub trait IURLSearchHook2_Impl: IURLSearchHook_Impl {
// Required method
fn TranslateWithSearchContext(
&self,
pwszsearchurl: PWSTR,
cchbuffersize: u32,
psearchcontext: Ref<'_, ISearchContext>,
) -> Result<()>;
}
Required Methods§
fn TranslateWithSearchContext( &self, pwszsearchurl: PWSTR, cchbuffersize: u32, psearchcontext: Ref<'_, ISearchContext>, ) -> 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.