pub trait CalibrateRobertson: CalibrateCRF + CalibrateRobertsonConst {
    fn as_raw_mut_CalibrateRobertson(&mut self) -> *mut c_void;

    fn set_max_iter(&mut self, max_iter: i32) -> Result<()> { ... }
fn set_threshold(&mut self, threshold: f32) -> Result<()> { ... } }

Required methods

Provided methods

Implementors