Trait ophir::ea1::Mode [] [src]

pub trait Mode {
    fn measure(&mut self) -> Result<Option<f64>, DeviceError>;
}

Required Methods

Implementors