pub trait DownloadLink {
// Required method
fn download_link(&self) -> &str;
}
Required Methods§
Sourcefn download_link(&self) -> &str
fn download_link(&self) -> &str
Return the associated OSM PBF download link
pub trait DownloadLink {
// Required method
fn download_link(&self) -> &str;
}
Return the associated OSM PBF download link