Variant lrs::file::Seek::Start

Seek from the start of the file.

Syntax

enum Seek {
    Start(i64)
}

Fields

PositionDescription
1

The position to seek to.