SeekRead

Trait SeekRead 

Source
pub trait SeekRead: Read + Seek { }
Expand description

A trait for a reader that can seek to a position

Implementations on Foreign Types§

Source§

impl SeekRead for File

Implementors§