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