Searched refs:RustlsStreamDebug (Results 1 – 1 of 1) sorted by relevance
82 struct RustlsStreamDebug<'a, S: Read + Write>( in fmt() struct86 impl<'a, S: Read + Write + Debug> Debug for RustlsStreamDebug<'a, S> { in fmt() implementation95 f.debug_tuple("MaybeTlsStream::Rustls").field(&RustlsStreamDebug(s)).finish() in fmt()