1 2 3 4 5 6
use url::Url; pub struct GithubApiConnection { pub client: reqwest_middleware::ClientWithMiddleware, pub api_url: Url, }