Function githuber::api::commits::get_a_commit

source ·
pub fn get_a_commit<'a>(
    owner: &'a str,
    repo: &'a str,
    ref: &'a str
) -> GetACommit<'a>
Expand description

Build a GetACommit instance.