CommentHandler

Type Alias CommentHandler 

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

Boxed closure for handling HTML comments.

Aliased Typeยง

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