pub type CommentHandler<'h> = Box<dyn FnMut(&mut Comment<'_>) -> HandlerResult + 'h>;
Boxed closure for handling HTML comments.
pub struct CommentHandler<'h>(/* private fields */);