pub trait PredictCollectorConst {
    fn as_raw_PredictCollector(&self) -> *const c_void;
}
Expand description

Abstract base class for all strategies of prediction result handling

Required Methods

Implementors