pub async fn fetch_issue_with_comments(
client: &Octocrab,
owner: &str,
repo: &str,
number: u64,
) -> Result<IssueDetails>Expand description
Fetches issue details including comments from GitHub.
ยงErrors
Returns an error if the API request fails or the issue is not found.