spa: pod: replace seek() with stream_position()
With Rust 1.51 released, stream_position() is now stable, which is a nicer way to obtain the current seek position than seek(SeekFrom::Current(0))
Due to an influx of spam, we have had to impose restrictions on new accounts. Please see this wiki page for instructions on how to get full permissions. Sorry for the inconvenience.
With Rust 1.51 released, stream_position() is now stable, which is a nicer way to obtain the current seek position than seek(SeekFrom::Current(0))