Struct jvm::classfile::Interfaces
[−]
[src]
pub struct Interfaces<'a> {
// some fields omitted
}pub struct Interfaces<'a> {
// some fields omitted
}impl<'a> Iterator for Interfaces<'a>type Item = Option<&'a ConstantClassInfo>fn next(&mut self) -> Option<Interfaces<'a>::Item>