impl_request_handler

Macro impl_request_handler 

Source
macro_rules! impl_request_handler {
    ($app_type:ty) => { ... };
}
Expand description

Macro to implement RequestHandler for Armature applications.

Usage:

use armature_lambda::impl_request_handler;

impl_request_handler!(MyApplication);