Type Alias atoll::route::Path

source ·
pub type Path = Vec<GridSegment>;
Expand description

A path of grid-coordinates.

Aliased Type§

struct Path { /* private fields */ }