pub fn block<P, B>(p: P) -> Result<Option<B>, Error>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.