pub trait ChiHistogramCostExtractorConst: HistogramCostExtractorConst {
    fn as_raw_ChiHistogramCostExtractor(&self) -> *const c_void;
}
Expand description

An Chi based cost extraction. :

Required Methods

Implementors