Trait smash_arc::SeekRead

source ·
pub trait SeekRead: Read + Seek { }

Implementors§

source§

impl<R: Read + Seek> SeekRead for R