Skip to main content

Module handler

Module handler 

Source

Structs§

HandlerEntry
Associates a Trigger with a handler function for a bot of type T.

Enums§

Trigger
What causes a handler to fire.

Type Aliases§

BoxFuture
A boxed, heap-allocated future that is Send + 'static.
HandlerFn
The type-erased handler function stored in HandlerEntry.