pubmodnbr_sensors_setup;/// This trait represents a discovery strategy for the platform
pubtraitDiscovery{/// Discovers the neighbours of the device
////// # Returns
/// A vector containing the ids of the neighbours
fndiscover_neighbors(&self)->Vec<i32>;}