Function geozero::gpx::read_gpx

source ยท
pub fn read_gpx<R: Read, P: GeomProcessor>(
    reader: &mut R,
    processor: &mut P
) -> Result<()>