macro_rules! export_endpoints {
($app_const:expr, $app_type:ty) => { ... };
($app_const:expr, $app_type:ty, $custom_exec:ty) => { ... };
}
macro_rules! export_endpoints {
($app_const:expr, $app_type:ty) => { ... };
($app_const:expr, $app_type:ty, $custom_exec:ty) => { ... };
}