Module octocat_rs::github::handler
source · Expand description
Contains the EventHandler trait and its default implementation
(DefaultEventHandler).
Structs
Traits
- An event handler that is used in all clients. For end users, an implementer of this trait is passed to a
ClientBuilderinstance when creating the client in your main function.