Module littlefs2::io[][src]

Expand description

Traits and types for core I/O functionality.

Modules

prelude

Export of the Read, Write and Seek traits for ease of use.

Enums

Error

Definition of errors that might be returned by filesystem functionality.

SeekFrom

Enumeration of possible methods to seek within an I/O object.

Traits

Read

The Read trait allows for reading bytes from a file.

Seek

The Seek trait provides a cursor which can be moved within a file.

Write

The Write trait allows for writing bytes to a file.

Functions

result_from

Type Definitions

Result