Trait minidump::Readable

source ·
pub trait Readable: Read + Seek { }
Expand description

Shorthand for Read + Seek

Implementors§