Function repo_get_repo_permissions

Source
pub async fn repo_get_repo_permissions(
    configuration: &Configuration,
    owner: &str,
    repo: &str,
    collaborator: &str,
) -> Result<RepoCollaboratorPermission, Error<RepoGetRepoPermissionsError>>