[][src]Module binwrite::write_track

Module for WriteTrack<T>

Structs

WriteTrack

A struct for wrapping anything that implements the Write type, tracking the current position and implementing Seek, but only for seeks that go nowhere. This allows you to keep track of how many bytes have been written since the creation of the WriteTrack. Can be thought of as a looser, albeit weaker, Cursor