Skip to main content

HandlerList

Type Alias HandlerList 

Source
pub type HandlerList = Vec<HandlerFunc>;
Expand description

A type alias for a list of handler functions.

Aliased Typeยง

pub struct HandlerList { /* private fields */ }