Trait dofus_framework::dofus::action_handler::ActionHandler
source · pub trait ActionHandler {
fn handle<T: RepositoryFactory>(
&self,
action: TcpClientAction,
repository_factory: &T
) -> Result<(), ActionHandlerError>;
}