Trait clippy_utils::visitors::Visitable
source · pub trait Visitable<'tcx> {
// Required method
fn visit<V: Visitor<'tcx>>(self, visitor: &mut V);
}
Expand description
A type which can be visited.
pub trait Visitable<'tcx> {
// Required method
fn visit<V: Visitor<'tcx>>(self, visitor: &mut V);
}
A type which can be visited.