Trait profiler_get_symbols::FileByteSource[][src]

pub trait FileByteSource {
    fn read_bytes_into(
        &self,
        buffer: &mut Vec<u8>,
        offset: u64,
        size: u64
    ) -> FileAndPathHelperResult<()>; }

Required methods

Implementors