Skip to main content

visit_content_map

Function visit_content_map 

Source
fn visit_content_map<'de, V, E>(
    content: Vec<(Content<'de>, Content<'de>)>,
    visitor: V,
    is_human_readable: bool,
) -> Result<V::Value, E>
where V: Visitor<'de>, E: DeError,