Trait IWiaSegmentationFilter_Impl
pub trait IWiaSegmentationFilter_Impl: IUnknownImpl {
// Required method
fn DetectRegions(
&self,
lflags: i32,
pinputstream: Ref<'_, IStream>,
pwiaitem2: Ref<'_, IWiaItem2>,
) -> Result<()>;
}
Required Methods§
fn DetectRegions( &self, lflags: i32, pinputstream: Ref<'_, IStream>, pwiaitem2: Ref<'_, IWiaItem2>, ) -> 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.