Searched defs:Client (Results 1 – 1 of 1) sorted by relevance
57 pub struct Client(reqwest::Client); struct59 impl Client { impl365 pub fn build(self) -> Result<Client, HttpClientError> { in build()