[][src]Trait ommui_data::ommui::StorableDevice

pub trait StorableDevice {
    fn store_calibration(
        &mut self,
        calibration_id: &str,
        calibration: &Calibration
    ) -> Result<()>;
fn store_device_settings(&mut self, settings: &DeviceSettings) -> Result<()>;
fn store_sample_cached_information(
        &self,
        cached_information: &Vec<SampleCachedInformation>
    ) -> Result<()>; }

Required methods

fn store_calibration(
    &mut self,
    calibration_id: &str,
    calibration: &Calibration
) -> Result<()>

fn store_device_settings(&mut self, settings: &DeviceSettings) -> Result<()>

fn store_sample_cached_information(
    &self,
    cached_information: &Vec<SampleCachedInformation>
) -> Result<()>

Loading content...

Implementors

impl StorableDevice for Device[src]

Loading content...