Type Alias lol_html::ElementHandler

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

Handler for elements matched by a selector.

Aliased Type§

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