han

Macro han 

Source
macro_rules! han {
    (
        $req:ident,
        $res:ident,
        $($body:tt)*
    ) => { ... };
}