Structs§
- Handler
Entry - Associates a
Triggerwith a handler function for a bot of typeT.
Enums§
- Trigger
- What causes a handler to fire.
Type Aliases§
- BoxFuture
- A boxed, heap-allocated future that is
Send + 'static. - Handler
Fn - The type-erased handler function stored in
HandlerEntry.