Struct jvm::classfile::attr::info::method::exception::ExceptionsTable [] [src]

pub struct ExceptionsTable<'a, 'b> {
    // some fields omitted
}

Trait Implementations

impl<'a, 'b> Iterator for ExceptionsTable<'a, 'b>

type Item = Option<&'b ConstantClassInfo>

fn next(&mut self) -> Option<ExceptionsTable<'a, 'b>::Item>