Skip to main content

ServerHookMap

Type Alias ServerHookMap 

Source
pub type ServerHookMap = HashMapXxHash3_64<String, ServerHookHandler>;
Expand description

Type alias for a map of server route handlers.

Used for fast lookup of exact-match routes.

Aliased Typeยง

pub struct ServerHookMap { /* private fields */ }