Skip to main content

basic_router

Macro basic_router 

Source
macro_rules! basic_router {
    ($($dis:literal => $fn_ident: ident),+ $(,)?) => { ... };
}