Function selectors::parse_selector

source ·
pub fn parse_selector<'a, E>(
    unparsed_selector: &'a str
) -> Result<Selector, Error>
where E: ParsingError<'a>,
Expand description

Converts an unparsed Inspect selector into a ComponentSelector and TreeSelector.