Type Alias lol_html::DoctypeHandler

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

Handler for the document type declaration.

Aliased Type§

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