pub fn parse_run_path(
input: &str,
) -> Result<Vec<ParsedPathFrame>, RunPathParseError>Expand description
Parses a canonical RunPath string back to its frames. Inverse of
render_run_path up to hash truncation (see ParsedPathFrame and
the grammar caveats in the module docs).