Variant lrs::file::Seek::Cur

Seek from the current position in the file.

Syntax

enum Seek {
    Cur(i64)
}

Fields

PositionDescription
1

The position to seek to.