Struct street_index::roads2csv::UnprocessedRoad[][src]

pub struct UnprocessedRoad {
    pub name: StreetName,
    pub positions: Vec<GridPosition>,
}

Road name that spans more than 2 grid cells

Fields

Trait Implementations

impl Display for UnprocessedRoad
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations