Module futures_util::io::split

source ·

Structs

  • The readable half of an object returned from AsyncRead::split.
  • Error indicating a ReadHalf<T> and WriteHalf<T> were not two halves of a AsyncRead + AsyncWrite, and thus could not be reunited.
  • The writable half of an object returned from AsyncRead::split.

Functions