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