[−][src]Module mpart_async::filestream
The FileStream is a tokio way of streaming out a file from a given path.
This allows you to do FileStream::new("/path/to/file") to create a stream of Bytes of the file
Structs
| FileStream | Convenience wrapper around streaming out files. Requires tokio |