pub fn matches_selectors(
moniker: &ExtendedMoniker,
selectors: &[ComponentSelector],
) -> boolExpand description
Returns true if moniker matches one of selectors.
ยงPanics
This can panic if any selector in selectors is invalid; it assumes selectors is valid.