Path

Type Alias Path 

Source
pub type Path = Vec<usize>;
Expand description

Represents a path in a graph.

Aliased Typeยง

pub struct Path { /* private fields */ }