Struct native_tls::TlsAcceptorBuilder [] [src]

pub struct TlsAcceptorBuilder(_);

A builder for TlsAcceptors.

Methods

impl TlsAcceptorBuilder
[src]

Consumes the builder, returning a TlsAcceptor.

Trait Implementations

impl TlsAcceptorBuilderExt for TlsAcceptorBuilder
[src]

Returns a shared reference to the inner SslAcceptorBuilder.

Returns a mutable reference to the inner SslAcceptorBuilder.