Variant lrs::file::Seek::End

Seek from the end of the file.

Syntax

enum Seek {
    End(i64)
}

Fields

PositionDescription
1

The position to seek to.