Module embedded_types::io [] [src]

Traits, helpers and type definitions for embedded/no_std I/O functionality.

Enums

Error

Common transmit/receive errors. This list is intended to grow over time and it is not recommended to exhaustively match against it.

Traits

Read

The Read trait allows for reading bytes from a source.

Write

A trait for objects which are byte-oriented sinks.

Functions

blocking

blocking turns a non-blocking transmit/receive into a blocking transmit/receive

Type Definitions

Result

A specialized Result type for embedded I/O operations.