Trait minidump::Readable[][src]

pub trait Readable: Read + Seek { }
Expand description

Shorthand for Read + Seek

Implementors