pub fn parse_entity_selector(pattern: &str) -> Option<EntitySelector>Expand description
Parse one graph scope pattern. None for an unrecognised form — the
caller decides whether that is a validation refusal (declaration time) or
a skipped rule (run time, already refused at declaration).