pub trait WBDetectorTraitConst {
// Required method
fn as_raw_WBDetector(&self) -> *const c_void;
// Provided method
fn write(&self, fs: &mut impl FileStorageTrait) -> Result<()> { ... }
}
Expand description
Constant methods for crate::xobjdetect::WBDetector
Required Methods§
fn as_raw_WBDetector(&self) -> *const c_void
Provided Methods§
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.