pub trait InpaintingPipelineTraitConst: InpainterBaseTraitConst {
// Required method
fn as_raw_InpaintingPipeline(&self) -> *const c_void;
// Provided method
fn empty(&self) -> Result<bool> { ... }
}
Expand description
Constant methods for crate::videostab::InpaintingPipeline