Derive Macro ruva_macro::ApplicationResponse
source · #[derive(ApplicationResponse)]Expand description
Define ApplicationResponse so that could be recognized by messagebus
§Example
#[derive(Debug, ApplicationResponse)]
enum ServiceResponse{
Response1
Response2
}