Trait elrond::BufferBorrow
[−]
[src]
pub trait BufferBorrow<'a> { fn get_buffer(&self) -> &'a [u8]; }
Returns the underlying buffer of the entire file
Required Methods
fn get_buffer(&self) -> &'a [u8]
Implementors
impl<'a> BufferBorrow<'a> for ElfHeaderBase<'a>