Trait mediator_sys::synchronous::basic::RequestHandler
source · pub trait RequestHandler<Req, Res> {
fn handle(&self, req: Req);
}Expand description
Handles the request Req.
Implemented by the user.
pub trait RequestHandler<Req, Res> {
fn handle(&self, req: Req);
}Handles the request Req.
Implemented by the user.