pub fn with_timeout<C: Connect + Clone + Send + Sync + 'static>( timeout: Duration, ) -> DockerEngineClientOption<C>
with_timeout configures the time limit for requests made by the HTTP client.