pub fn parse_binding_key(key: &str) -> Option<(&str, &str)>
Parse a binding key into (target, slot). None for non-binding.
(target, slot)
None