handlers

Macro handlers 

Source
macro_rules! handlers {
    () => { ... };
    ($app:path, $($param:ident),+ $(,)?) => { ... };
}