pub fn visit_type_path<'ast, V>(v: &mut V, node: &'ast TypePath) where
    V: Visit<'ast> + ?Sized
Available on crate feature visit only.