Struct tls_api_openssl::TlsAcceptor
[−]
[src]
pub struct TlsAcceptor(pub SslAcceptor);
Trait Implementations
impl TlsAcceptor for TlsAcceptor[src]
type Builder = TlsAcceptorBuilder
fn accept<S>(&self, stream: S) -> Result<TlsStream<S>, HandshakeError<S>> where
S: Read + Write + Debug + Send + Sync + 'static, [src]
S: Read + Write + Debug + Send + Sync + 'static,