pub fn blocks_of<P, B>(p: P) -> impl Iterator<Item = Result<B, Error>>where P: AsRef<Path>, B: MetadataBlock + 'static,
Returns iterator of blocks of a given type