Enum std::io::SeekFrom
[−]
[src]
pub enum SeekFrom {
Start(u64),
Current(i64),
End(i64),
}Seek Location
Variants
Start | The start point |
Current | The current point |
End | The end point |