dispatch

Macro dispatch 

Source
macro_rules! dispatch {
    ($inv:expr, {$($name:expr => $handler:path),*,}) => { ... };
}