pub fn parse_osm_pbf<'a, R: AsyncRead + Unpin + Send + 'a>( pbf_reader: R, ) -> impl Stream<Item = Result<FileBlock, ParseError>> + Send + 'a
Parse the PBF format into a stream of FileBlocks