[][src]Module littlefs2::io

Traits and types for core I/O functionality.

Enums

Error

Definition of errors that might be returned by filesystem functionality.

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.

Type Definitions

Result