Struct object::read::ReadCacheRange [−][src]
Expand description
An implementation of ReadRef for a range of data in a stream that
implements Read + Seek.
Shares an underlying ReadCache with a lifetime of 'a.
Trait Implementations
Get a reference to a u8 slice at the given offset. Read more
Get a reference to a delimited u8 slice which starts at range.start. Read more
Get a reference to a u8 slice at the given offset, and update the offset. Read more
Get a reference to a Pod type at the given offset, and update the offset. Read more
Get a reference to a Pod type at the given offset. Read more
Get a reference to a slice of a Pod type at the given offset, and update the offset. Read more
Auto Trait Implementations
impl<'a, R> !RefUnwindSafe for ReadCacheRange<'a, R>
impl<'a, R> !Send for ReadCacheRange<'a, R>
impl<'a, R> !Sync for ReadCacheRange<'a, R>
impl<'a, R> Unpin for ReadCacheRange<'a, R>
impl<'a, R> !UnwindSafe for ReadCacheRange<'a, R>
Blanket Implementations
Mutably borrows from an owned value. Read more