pub fn supported_protocols<'a>( matrix: &'a CompositionMatrix, role: &str, traffic_kind: &str, ) -> Vec<&'a str>
Get all supported protocols for a given role and traffic kind.