pub fn write_to_file<F: StationXmlFormat>( path: impl AsRef<Path>, inventory: &Inventory, ) -> Result<()>
Write to file with explicit format.