pub trait NormHistogramCostExtractorTrait: HistogramCostExtractorTrait + NormHistogramCostExtractorTraitConst {
    // Required method
    fn as_raw_mut_NormHistogramCostExtractor(&mut self) -> *mut c_void;

    // Provided method
    fn set_norm_flag(&mut self, flag: i32) -> Result<()> { ... }
}
Expand description

Required Methods§

Provided Methods§

source

fn set_norm_flag(&mut self, flag: i32) -> Result<()>

Object Safety§

This trait is not object safe.

Implementors§