pub trait TrendExt {
// Required method
fn github_trending(self) -> TrendingBuilder;
}Expand description
Extend reqwest::Client with a method to create a TrendBuilder This trait is not meant to be general but to make API simplier since we don’t require any additional information like api keys