TextHandler

Type Alias TextHandler 

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

Boxed closure for handling text chunks present the HTML.

Aliased Typeยง

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