Expand description
Types for defining API handlers.
Structs§
- Handler
Session - A session for a
Handler, providing ways to access the server and connected client.
Enums§
- Handler
Error - An error that can occur inside of a
Backendfunction.
Traits§
Type Aliases§
- Handler
Result - The return type from a
Handler’shandle()function.