[][src]Module libuv::handles::streams::stream

Structs

StreamHandle

Stream handles provide an abstraction of a duplex communication channel. StreamHandle is an abstract type, libuv provides 3 stream implementations in the form of TcpHandle, PipeHandle and TtyHandle.

Enums

AllocCB
ConnectionCB
ReadCB

Traits

StreamTrait
ToStream