You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, the Handler struct is in the main file. Moving it to its own handler.rs file would be a bit cleaner. This should include the struct, the impl block, and the EventHandler implementation.
The text was updated successfully, but these errors were encountered:
Currently, the
Handler
struct is in the main file. Moving it to its ownhandler.rs
file would be a bit cleaner. This should include the struct, the impl block, and theEventHandler
implementation.The text was updated successfully, but these errors were encountered: