Module object::read::read_cache
source · Structs§
- An implementation of
ReadRef
for data in a stream that implementsRead + Seek
. - An implementation of
ReadRef
for a range of data in a stream that implementsRead + Seek
.
Traits§
- Operations required to implement
ReadCache
.