Skip to main content

visit_content_seq_ref

Function visit_content_seq_ref 

Source
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,