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