[][src]Trait arnalisa::GetCalibration

pub trait GetCalibration {
    fn calibration(
        &mut self,
        source: &CalibrationSource
    ) -> Result<IndexMap<R64, R64>>; }

A trait for getting calibrations by a calibration source description.

Required methods

fn calibration(
    &mut self,
    source: &CalibrationSource
) -> Result<IndexMap<R64, R64>>

Get the calibration according to it's source description.

Loading content...

Implementations on Foreign Types

impl<T: IsCalibration> GetCalibration for IndexMap<String, T>[src]

Loading content...

Implementors

Loading content...