[][src]Function docker_client_async::opts::with_scheme

pub fn with_scheme<C: Connect + Clone + Send + Sync + 'static>(
    scheme: String
) -> DockerEngineClientOption<C>

with_scheme overrides the client scheme with the specified one.