Struct street_index::roads2csv::ProcessedRoadNames[][src]

pub struct ProcessedRoadNames {
    pub processed: Vec<ProcessedRoad>,
}

Simple wrapper for Vec<ProcessedRoad> with .to_csv() exporting function

Fields

Methods

impl ProcessedRoadNames
[src]

Auto Trait Implementations