Trait scaphandre::sensors::Sensor[][src]

pub trait Sensor {
    fn get_topology(&mut self) -> Box<Option<Topology>>;
fn generate_topology(&self) -> Result<Topology, Box<dyn Error>>; }
Expand description

Sensor trait, the Sensor API.

Required methods

Implementors