Type Alias lol_html::TextHandler

source ·
pub type TextHandler<'h> = Box<dyn FnMut(&mut TextChunk<'_>) -> HandlerResult + 'h>;
Expand description

Handler for text chunks present the HTML.

Aliased Type§

struct TextHandler<'h>(/* private fields */);