Trait elfio::ElfioReadSeek[][src]

pub trait ElfioReadSeek: Read + Seek { }
Expand description

A trait for reading ELF file payload from a file or memory. Currently, it is implemented for std::fs::File, std::io::BufReader and std::io::Cursor

Implementations on Foreign Types

Implementors