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

Build a GetAllRepositoryTopics instance.