pub trait AverageHashTraitConst: ImgHashBaseTraitConst {
    // Required method
    fn as_raw_AverageHash(&self) -> *const c_void;
}
Expand description

Constant methods for crate::img_hash::AverageHash

Required Methods§

Implementors§