rustdoc::html::markdown

Function html_text_from_events

source
pub(crate) fn html_text_from_events<'a>(
    events: impl Iterator<Item = Event<'a>>,
    s: &mut String,
)