Function repo_check_collaborator

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