fn enter_span(
    out: &mut Buffer,
    klass: Class,
    href_context: &Option<HrefContext<'_, '_, '_>>
) -> &'static str
Expand description

Called when we start processing a span of text that should be highlighted. The Class argument specifies how it should be highlighted.