pub async fn process_component_query_with_partial_selectors<P: DiagnosticsProvider>(
component: String,
tree_selectors: impl Iterator<Item = String>,
provider: &P,
) -> Result<Vec<Selector>, Error>
Expand description
Returns the selectors for a component whose url, manifest, or moniker contains the
component
string.