Function parse_target_path
pub fn parse_target_path(path: &str) -> Result<OwnedTargetPath, PathParseError>Expand description
Used to pre-parse a path.
The return value (when borrowed) implements Path so it can be used directly.
This parses a target path, which is a path that contains a target prefix.
See parse_value_path if the path doesn’t contain a prefix.