pub async fn repo_delete_branch(
configuration: &Configuration,
owner: &str,
repo: &str,
branch: &str,
) -> Result<(), Error<RepoDeleteBranchError>>
pub async fn repo_delete_branch(
configuration: &Configuration,
owner: &str,
repo: &str,
branch: &str,
) -> Result<(), Error<RepoDeleteBranchError>>