Module tokio::net::unix::pipe

source ·
Expand description

Unix pipe types.

Structs§

  • Options and flags which can be used to configure how a FIFO file is opened.
  • Reading end of a Unix pipe.
  • Writing end of a Unix pipe.