pub async fn get_selectors_for_manifest<P: DiagnosticsProvider>(
    manifest: &Option<String>,
    tree_selectors: &Vec<String>,
    accessor: &Option<String>,
    provider: &P
) -> Result<Vec<String>, Error>
Expand description

Returns the selectors for a component whose url contains the manifest string.