Function walk_type

Source
pub fn walk_type<V>(v: &mut V, ty: &Type) -> V::Result
where V: Visitor + ?Sized,