Module rustls::stream

source ·

Structs

  • This type implements io::Read and io::Write, encapsulating a Connection C and an underlying transport T, such as a socket.
  • This type implements io::Read and io::Write, encapsulating and owning a Connection C and an underlying blocking transport T, such as a socket.