Macro handler

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

A convenience macro for creating simple handlers