[][src]Module edf_reader::file_reader

Contains traits/implementations for reading a file in a sync or async manner.

Structs

LocalFileReader

A FileReader for reading local files in blocking or non-blocking way

Traits

AsyncFileReader

An asynchronous file reader (returns futures)

SyncFileReader

An synchronous file reader