Skip to main content

ComponentHandlers

Type Alias ComponentHandlers 

Source
pub type ComponentHandlers<'a> = HashMap<&'a str, ComponentHandler<'a>>;
Expand description

A mapping of component names to their handler functions.

Aliased Typeยง

pub struct ComponentHandlers<'a> { /* private fields */ }