()
| 234 | |
| 235 | impl<CookieStoreImpl: CookieStore + 'static> Impit<CookieStoreImpl> { |
| 236 | pub fn builder() -> ImpitBuilder<CookieStoreImpl> { |
| 237 | ImpitBuilder::default() |
| 238 | } |
| 239 | |
| 240 | fn new_reqwest_client( |
| 241 | config: &ImpitBuilder<CookieStoreImpl>, |
nothing calls this directly
no outgoing calls
no test coverage detected