ElementHandler

Type Alias ElementHandler 

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

Boxed closure for handling elements matched by a selector.

Aliased Typeยง

pub struct ElementHandler<'h, H = LocalHandlerTypes>(/* private fields */);