Struct jvm::classfile::Interfaces [] [src]

pub struct Interfaces<'a> {
    // some fields omitted
}

Trait Implementations

impl<'a> Iterator for Interfaces<'a>

type Item = Option<&'a ConstantClassInfo>

fn next(&mut self) -> Option<Interfaces<'a>::Item>