pub fn match_component_moniker_against_selector<T>(
    moniker: &[T],
    selector: &Selector
) -> Result<bool, Error>
where T: AsRef<str> + ToString,
Expand description

Evaluates a component moniker against a single selector, returning True if the selector matches the component, else false.

Requires: hierarchy_path is not empty. selectors contains valid Selectors.