Struct tls_api::MidHandshakeTlsStream[][src]

pub struct MidHandshakeTlsStream<S>(_);

Methods

impl<S: 'static> MidHandshakeTlsStream<S>
[src]

Trait Implementations

impl<S: Debug> Debug for MidHandshakeTlsStream<S>
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations