Struct hyper_native_tls::NativeTlsClient
[−]
[src]
pub struct NativeTlsClient(_);
An SslClient
implementation using native-tls.
Methods
impl NativeTlsClient
[src]
fn new() -> Result<NativeTlsClient>
[src]
Returns a NativeTlsClient
with a default configuration.
Trait Implementations
impl From<TlsConnector> for NativeTlsClient
[src]
fn from(t: TlsConnector) -> NativeTlsClient
[src]
Performs the conversion.
impl<T> SslClient<T> for NativeTlsClient where
T: NetworkStream + Send + Clone + Debug + Sync,
[src]
T: NetworkStream + Send + Clone + Debug + Sync,