pub trait ReadSeek: Read + Seek + Unpin { }

Implementors§

source§

impl<T: Read + Seek + Unpin> ReadSeek for T