Struct wasmparser::LocalName [] [src]

pub struct LocalName<'a> {
    pub index: u32,
    pub locals: Vec<Naming<'a>>,
}

Fields

Trait Implementations

impl<'a> Debug for LocalName<'a>
[src]

Formats the value using the given formatter.