Module sandwich::io

source ·
Expand description

This module provides the definition of I/O interfaces.

I/O interfaces are used to abstract the I/O plane.

Modules

  • Support for errors. IO errors module.
  • A set of functions that implement common I/O objects. Module containing helpers to create basic IO interface.
  • The listener trait provides an object that can accept new connections and create I/O objects.

Traits

  • An IO interface that implements both Read and Write traits.