pub trait BlockMeanHashTraitConst: ImgHashBaseTraitConst {
// Required method
fn as_raw_BlockMeanHash(&self) -> *const c_void;
// Provided method
fn get_mean(&self) -> Result<Vector<f64>> { ... }
}
Expand description
Constant methods for crate::img_hash::BlockMeanHash
Required Methods§
fn as_raw_BlockMeanHash(&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.