CommentHandler

Type Alias CommentHandler 

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

Sendable boxed closure for handling HTML comments.

See also non-sendable CommentHandler.

Aliased Typeยง

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