Struct tls_api::MidHandshakeTlsStream [−][src]
pub struct MidHandshakeTlsStream<S>(_);
Methods
impl<S: 'static> MidHandshakeTlsStream<S>[src]
impl<S: 'static> MidHandshakeTlsStream<S>pub fn new<I: MidHandshakeTlsStreamImpl<S> + 'static>(
stream: I
) -> MidHandshakeTlsStream<S>[src]
pub fn new<I: MidHandshakeTlsStreamImpl<S> + 'static>(
stream: I
) -> MidHandshakeTlsStream<S>pub fn handshake(self) -> Result<TlsStream<S>, HandshakeError<S>>[src]
pub fn handshake(self) -> Result<TlsStream<S>, HandshakeError<S>>Trait Implementations
impl<S: Debug> Debug for MidHandshakeTlsStream<S>[src]
impl<S: Debug> Debug for MidHandshakeTlsStream<S>Auto Trait Implementations
impl<S> Send for MidHandshakeTlsStream<S>
impl<S> Send for MidHandshakeTlsStream<S>impl<S> Sync for MidHandshakeTlsStream<S>
impl<S> Sync for MidHandshakeTlsStream<S>