pub type RouteProximityGroup = Option<Vec<Vec<(usize, Option<f64>)>>>;
Expand description

A type which represents routes grouped by their proximity.

Aliased Type§

enum RouteProximityGroup {
    None,
    Some(Vec<Vec<(usize, Option<f64>)>>),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(Vec<Vec<(usize, Option<f64>)>>)

Some value of type T.