pub trait NbrSensorSetup {
// Required method
fn nbr_sensor_setup(&self, nbrs: Vec<i32>) -> NbrSensors;
}Expand description
This trait represent a strategy to setup the neighbouring sensors of the device.
pub trait NbrSensorSetup {
// Required method
fn nbr_sensor_setup(&self, nbrs: Vec<i32>) -> NbrSensors;
}This trait represent a strategy to setup the neighbouring sensors of the device.