pub trait Discovery {
// Required method
fn discover_neighbors(&self) -> Vec<i32>;
}
Expand description
This trait represents a discovery strategy for the platform
pub trait Discovery {
// Required method
fn discover_neighbors(&self) -> Vec<i32>;
}
This trait represents a discovery strategy for the platform