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 */);pub type DoctypeHandler<'h> = Box<dyn FnMut(&mut Doctype<'_>) -> HandlerResult + 'h>;Boxed closure for handling the document type declaration.
pub struct DoctypeHandler<'h>(/* private fields */);