pub fn observe(
path: &Utf8Path,
dep_name: Option<&str>,
) -> Result<Target, RkError>Expand description
Read the target, offline.
ยงErrors
Returns RkError::Missing for a path that is not a directory and
RkError::Io where a present file does not read.