ServerHookList

Type Alias ServerHookList 

Source
pub type ServerHookList = Vec<ServerHookHandler>;
Expand description

Type alias for a list of server hooks.

Used to store middleware handlers in the request/response processing pipeline.

Aliased Typeยง

pub struct ServerHookList { /* private fields */ }