pub fn list_repository_tags<'a>(
    owner: &'a str,
    repo: &'a str
) -> ListRepositoryTags<'a>
Expand description

Build a ListRepositoryTags instance.