pub trait StoreFileReader: AsyncRead { }
Trait representing a reader that can asynchronously read the contents of a file.