Type Definition osmpbfreader::reader::PrimitiveBlocks [] [src]

type PrimitiveBlocks<'a, R: 'a> = Map<Blobs<'a, R>, fn(_: Result<Blob>) -> Result<PrimitiveBlock>>;

Iterator on the blocks of a file.