block

Function block 

Source
pub fn block<P, B>(p: P) -> Result<Option<B>, Error>
where P: AsRef<Path>, B: MetadataBlock,
Expand description

Returns first instance of the given block from the given path

See the read_block for additional information.

ยงErrors

Returns any error from opening the path, or from reading blocks from the path.