pub type FullServer<H, TH, RH, PH, KH> = Server<H, Registered<TH>, Registered<RH>, Registered<PH>, Registered<KH>>;Expand description
Type alias for a fully-configured server with all handlers.
Aliased Typeยง
pub struct FullServer<H, TH, RH, PH, KH> { /* private fields */ }