[][src]Trait osm_transit_extractor::Id

pub trait Id<T> {
    fn id(&self) -> &str;
}

Required methods

fn id(&self) -> &str

Loading content...

Implementors

impl Id<Line> for Line[src]

impl Id<Route> for Route[src]

Loading content...