(mut self, agent: String)
| 343 | } |
| 344 | |
| 345 | pub fn with_agent(mut self, agent: String) -> Self { |
| 346 | self.agent = agent; |
| 347 | self |
| 348 | } |
| 349 | |
| 350 | pub fn with_abort(mut self, abort: CancellationToken) -> Self { |
| 351 | self.abort = abort; |
no outgoing calls
no test coverage detected