Function walk_document_string

Source
pub fn walk_document_string<W, C>(
    walker: &W,
    document_string: &DocumentString,
    context: &mut C,
)
where W: Walker<C>,