handler

Macro handler 

Source
macro_rules! handler {
    ($func:expr) => { ... };
}
Expand description

Helper macro for creating async handlers