Trait path_finding_lib::path::PathFinding
source · pub trait PathFinding {
// Required method
fn execute(&self, source: Node, target: Node, graph: &Graph) -> Graph;
}pub trait PathFinding {
// Required method
fn execute(&self, source: Node, target: Node, graph: &Graph) -> Graph;
}