fn visit_content_seq_ref<'a, 'de, V, E>( content: &'a [Content<'de>], visitor: V, is_human_readable: bool, ) -> Result<V::Value, E>where V: Visitor<'de>, E: DeError,