Section

Trait Section 

Source
pub trait Section {
    // Provided methods
    fn name(&self) -> &str { ... }
    fn bytecode(&self) -> Vec<u8>  { ... }
    fn size(&self) -> u64 { ... }
}

Provided Methods§

Source

fn name(&self) -> &str

Source

fn bytecode(&self) -> Vec<u8>

Source

fn size(&self) -> u64

Implementors§