Searched defs:Visitable (Results 1 – 1 of 1) sorted by relevance
51 pub trait Visitable<'tcx> { interface57 impl<'tcx> Visitable<'tcx> for &'tcx $t<'tcx> { impl