controller_dispatch

Macro controller_dispatch 

Source
macro_rules! controller_dispatch {
    ($self:expr, $method_name:expr, $request:expr, {
        $($method:literal => $handler:expr),*
    }) => { ... };
}
Expand description

Macro to help implement controller method dispatch Updated to work with Arc for thread-safe controller access