Trait INamedEntityCollector_Impl
pub trait INamedEntityCollector_Impl: IUnknownImpl {
// Required method
fn Add(
&self,
beginspan: u32,
endspan: u32,
beginactual: u32,
endactual: u32,
ptype: Ref<'_, IEntity>,
pszvalue: &PCWSTR,
certainty: NAMED_ENTITY_CERTAINTY,
) -> Result<()>;
}
Required Methods§
fn Add( &self, beginspan: u32, endspan: u32, beginactual: u32, endactual: u32, ptype: Ref<'_, IEntity>, pszvalue: &PCWSTR, certainty: NAMED_ENTITY_CERTAINTY, ) -> 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.