Trait StoreFileReader

Source
pub trait StoreFileReader: AsyncRead { }
Expand description

Trait representing a reader that can asynchronously read the contents of a file.

Implementors§