Struct dwarf::TypeUnitIterator [] [src]

pub struct TypeUnitIterator<'a, E: Endian> {
    // some fields omitted
}

Methods

impl<'a, E: Endian> TypeUnitIterator<'a, E>
[src]

fn offset(&self) -> usize

fn next(&mut self) -> Result<Option<TypeUnit<'a, E>>, ReadError>

Trait Implementations

impl<'a, E: Debug + Endian> Debug for TypeUnitIterator<'a, E>
[src]

fn fmt(&self, __arg_0: &mut Formatter) -> Result

Formats the value using the given formatter.