Skip to main content

ServerHookList

Type Alias ServerHookList 

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

A type alias for a list of server hook handlers.

Aliased Typeยง

pub struct ServerHookList { /* private fields */ }