Struct rustc_lint::middle::traits::SupertraitDefIdsUnstable [-] [+] [src]

pub struct SupertraitDefIds<'cx, 'tcx> where 'tcx: 'cx {
    // some fields omitted
}

Trait Implementations

impl<'cx, 'tcx> Iterator for SupertraitDefIds<'cx, 'tcx>

type Item = DefId

fn next(&mut self) -> Option<DefId>