Function githuber::api::issues::get_an_issue

source ·
pub fn get_an_issue<'a>(
    owner: &'a str,
    repo: &'a str,
    issue_number: u32
) -> GetAnIssue<'a>
Expand description

Build a GetAnIssue instance.