pub trait CallbackHandler { // Required method fn handle(&mut self, msg: MaaMsg); }
The callback handler trait.
This trait is used to handle the callback from MaaFramework.