pub fn cmd_path( path: &Path, source_id: u64, target_id: u64, edge_types: Vec<EdgeType>, direction: TraversalDirection, max_depth: u32, weighted: bool, json: bool, ) -> AmemResult<()>
Shortest path.