pub fn parse_binding_value(value: &str) -> Option<(&str, &str, i64)>Expand description
Decompose a binding value into (role, TYPE_NAME, slot_id_or_-1).
None when the format doesn’t match (the caller surfaces this as
InstallError::InvalidBindingTable).