handler

Macro handler 

Source
macro_rules! handler {
    ($context:ident: $type:ty, $async_handler:expr) => { ... };
}