pub fn parse_tree_selector<'a, E>(
    unparsed_tree_selector: &'a str
) -> Result<TreeSelector, ParseError>
where E: ParsingError<'a>,
Expand description

Converts an unparsed tree selector string into a TreeSelector.