Function repo_list_teams

Source
pub async fn repo_list_teams(
    configuration: &Configuration,
    owner: &str,
    repo: &str,
) -> Result<Vec<Team>, Error<RepoListTeamsError>>