Type Alias lol_html::CommentHandler

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

Handler for HTML comments.

Aliased Type§

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