DoctypeHandler

Type Alias DoctypeHandler 

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

Boxed closure for handling the document type declaration.

Aliased Typeยง

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