Function with_timeout

Source
pub fn with_timeout<C: Connect + Clone + Send + Sync + 'static>(
    timeout: Duration,
) -> DockerEngineClientOption<C>
Expand description

with_timeout configures the time limit for requests made by the HTTP client.