Module io

Source
Expand description

IO Traits for ESExpr.

Traits§

AsyncRead
IO AsyncRead type with an error parameter
AsyncWrite
IO AsyncWrite type with an error parameter
Read
IO Read type with an error parameter
Write
IO Write type with an error parameter

Functions§

sink
Returns a sink that discards all data written to it.