Module read_cache

Source

Structs§

ReadCache
An implementation of ReadRef for data in a stream that implements Read + Seek.
ReadCacheInternal 🔒
ReadCacheRange
An implementation of ReadRef for a range of data in a stream that implements Read + Seek.

Traits§

ReadCacheOps
Operations required to implement ReadCache.