blocks_of

Function blocks_of 

Source
pub fn blocks_of<P, B>(p: P) -> impl Iterator<Item = Result<B, Error>>
where P: AsRef<Path>, B: MetadataBlock + 'static,
Expand description

Returns iterator of blocks of a given type