layout_2020::dom_traversal

Function get_quote_from_pair

Source
fn get_quote_from_pair<I, S>(
    item: &ContentItem<I>,
    opening: &S,
    closing: &S,
) -> String
where S: ToString + ?Sized,