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