Trait ITfFnSearchCandidateProvider_Impl
pub trait ITfFnSearchCandidateProvider_Impl: ITfFunction_Impl {
// Required methods
fn GetSearchCandidates(
&self,
bstrquery: &BSTR,
bstrapplicationid: &BSTR,
) -> Result<ITfCandidateList>;
fn SetResult(
&self,
bstrquery: &BSTR,
bstrapplicationid: &BSTR,
bstrresult: &BSTR,
) -> Result<()>;
}
Required Methods§
fn GetSearchCandidates( &self, bstrquery: &BSTR, bstrapplicationid: &BSTR, ) -> Result<ITfCandidateList>
fn SetResult( &self, bstrquery: &BSTR, bstrapplicationid: &BSTR, bstrresult: &BSTR, ) -> 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.