Skip to main content

parse_binding_value

Function parse_binding_value 

Source
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).