Trait tokio_rustls::ClientConfigExt [] [src]

pub trait ClientConfigExt {
    fn connect_async<S>(&self, domain: DNSNameRef, stream: S) -> ConnectAsync<S>
    where
        S: AsyncRead + AsyncWrite
; }

Extension trait for the Arc<ClientConfig> type in the rustls crate.

Required Methods

Implementations on Foreign Types

impl ClientConfigExt for Arc<ClientConfig>
[src]

[src]

Implementors