[][src]Function vadeen_osm::osm_io::create_writer

pub fn create_writer<'a, W: Write + 'a>(
    writer: W,
    format: FileFormat
) -> Box<dyn OsmWriter<W> + 'a>

Creates an OsmWriter appropriate to the provided FileFormat.