Module burn_common::reader
source · Expand description
Useful when you need to read async data without having to decorate each function with async notation.
Enums
- Define how data is read, sync or async.
Traits
- Allows to create sync reader.
Useful when you need to read async data without having to decorate each function with async notation.