Function find_upwards

Source
fn find_upwards(filename: &str) -> Result<(PathBuf, PathBuf), Error>
Expand description

Returns the directory of the searched file and a path to the file itself as a tuple.