pub type EndHandler<'h> = Box<dyn FnOnce(&mut DocumentEnd<'_>) -> HandlerResult + 'h>;Expand description
Boxed closure for handling the document end. This is called after the last chunk is processed.
Aliased Typeยง
pub struct EndHandler<'h>(/* private fields */);