Type Alias lol_html::EndHandler

source ·
pub type EndHandler<'h> = Box<dyn FnOnce(&mut DocumentEnd<'_>) -> HandlerResult + 'h>;
Expand description

Handler for the document end, which is called after the last chunk is processed.

Aliased Type§

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