Derive Macro ApplicationResponse

Source
#[derive(ApplicationResponse)]
Expand description

Define ApplicationResponse so that could be recognized by messagebus

§Example

#[derive(Debug, ApplicationResponse)]
enum ServiceResponse{
    Response1
    Response2
}